Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/gemstones/https_rsa_keygen.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ fi
* Next the script creates the CSR (Certificate Signing Request), which can then be used to purchase an SSL certificate from a provider.
* Finally, the cleanup step removes the previously created key with the password attached.
* Entering the script name without the parameter generates the error: "requires keyname parameter".
* The positional parameter variable, i.e. $n, is used here. Where $0 represents the command itself and $1 to $9 represent the first to ninth parameters. When the number is greater than 10, you need to use braces, such as ${10}