|
|
|
@ -940,7 +940,7 @@ help_message() { # print out the help message |
|
|
|
-c, --create DOMAIN Create default configuration files |
|
|
|
-f, --force Force renewal of cert (overrides expiry checks) |
|
|
|
-h, --help Display this help message and exit |
|
|
|
-q, --quiet Quiet mode (only outputs on error, success of new cert, |
|
|
|
-q, --quiet Quiet mode (only outputs on error or success of new cert, |
|
|
|
or getssl was upgraded) |
|
|
|
-Q, --mute Like -q, but mutes notification about successful upgrade |
|
|
|
-r, --revoke CERT KEY [CA SERVER] Revoke a certificate |
|
|
|
@ -1268,7 +1268,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]"\ |
|
|
|
"[-Q|--mute] [-u|--upgrade] [-k|--keep #] [-U|--nocheck] [-r|--revoke cert key] [-w working_dir] domain" |
|
|
|
"[-Q|--mute] [-k|--keep #] [-r|--revoke cert key] [-w working_dir] DOMAIN" |
|
|
|
} |
|
|
|
|
|
|
|
write_domain_template() { # write out a template file for a domain. |
|
|
|
|