Fixed formatting

This commit is contained in:
Rob Pearce 2021-06-13 13:43:46 +10:00
parent 67b6d5495f
commit a44593e43b
1 changed files with 12 additions and 12 deletions

View File

@ -25,18 +25,18 @@ Script to automate management of letsencrypt SSL certificates, supporting wildca
# Usage # Usage
bash$ ./lehook.sh -h bash$ ./lehook.sh -h
usage: ./lehook.sh OPTIONS mode [domain1] ... [domainX] usage: ./lehook.sh OPTIONS mode [domain1] ... [domainX]
Pushes wildcard SSL certs for the given domains to hosts [default: example.net]. Pushes wildcard SSL certs for the given domains to hosts [default: example.net].
mode is one of: deploy|renew|generate|test mode is one of: deploy|renew|generate|test
-c Cron mode - only output if something is done. -c Cron mode - only output if something is done.
-f Push out certs even if they haven't changed. -f Push out certs even if they haven't changed.
-i Iniitalise new config file in /Users/rpearce/.lehook/config -i Iniitalise new config file in /Users/rpearce/.lehook/config
-r remotes Only push certs to the given remotes [default: webserver1 webserver2.example.org webserver3.example.net] -r remotes Only push certs to the given remotes [default: webserver1 webserver2.example.org webserver3.example.net]
-s services Only restart the given services [default: nginx httpd ngircd dovecot postfix] -s services Only restart the given services [default: nginx httpd ngircd dovecot postfix]
-d domain Only push cert for given domain [default: example.net]. -d domain Only push cert for given domain [default: example.net].
-q Quiet mode - no output except errors -q Quiet mode - no output except errors
-v Verbose mode - show certbot output -v Verbose mode - show certbot output
-h Show this text. -h Show this text.