Browse Source

No need to keep prior versions of the script in Docker. Working directory is also static for volume/bind mounting.

Signed-off-by: Dan Schaper <dschaper@ganymeade.com>
pull/340/head
Dan Schaper 8 years ago
parent
commit
d85e245bf3
No known key found for this signature in database GPG Key ID: FFF1A1AD0113C344
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      getssl

+ 1
- 2
getssl View File

@ -942,7 +942,6 @@ help_message() { # print out the help message
-h, --help Display this help message and exit
-q, --quiet Quiet mode - only outputs on error or success of new cert
-r, --revoke CERT KEY [CA SERVER] Revoke a certificate
-k, --keep NUMBER Maximum number of old getssl versions to keep when upgrading
_EOF_
}
@ -1266,7 +1265,7 @@ urlbase64() { # urlbase64: base64 encoded string with '+' replaced with '-' and
usage() { # echos out the program usage
echo "Usage: $PROGNAME [-h|--help] [-d|--debug] [-c|--create] [-f|--force] [-a|--all] [-q|--quiet]"\
"[-k|--keep #] [-r|--revoke cert key] [-w working_dir] DOMAIN"
"[-r|--revoke cert key] DOMAIN"
}
write_domain_template() { # write out a template file for a domain.


Loading…
Cancel
Save