Skip to content

Conversation

thieryl
Copy link

@thieryl thieryl commented Feb 2, 2022

Make install from global to user level (/home//.local/bin) this path need to be set up in your .bashrc or .zshrc
Add configs file for easy update of Certificate information

Comment on lines +56 to +58
install -m 0755 bin/ca-gen ~/.local/bin/ca-gen
install -m 0755 bin/cert-gen ~/.local/bin/cert-gen
install -m 0755 bin/cert-gen ~/.local/bin/configs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a non-default location for binaries.

You should use:

sudo make install


#### config

update the following file(~/.local/bin/configs)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, not a default location


# DEF_ALT_NAME=trick-bit.int
# DEF_ALT_IP_NAME=
source ~/.local/bin/configs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if this file does not exist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants