diff options
-rwxr-xr-x | painless-le.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/painless-le.sh b/painless-le.sh index 160f5a8..887b111 100755 --- a/painless-le.sh +++ b/painless-le.sh @@ -8,8 +8,8 @@ # assumes that you have an existing RSA private key stored within your desired # # install directory (with the filename which is defined in "${CONFIDENTIAL}"). # # # -# ARGUMENT_DIRECTORY: Full path to the install directory for the certificates. # -# ARGUMENT_HOSTNAMES: List of hostnames for the certificate: example.org[:...] # +# ARGUMENT [-i]: Full path to the install directory for the certificates. # +# ARGUMENT [-h]: List of hostnames for the certificate: example.org[:...] # # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# |