mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-09 22:52:40 +02:00
removed TODO mark from help text on renew of changed domains
This commit is contained in:
@@ -22,10 +22,10 @@ Feel free to report any issues you find with this script or contribute by submit
|
|||||||
```text
|
```text
|
||||||
Usage: ./letsencrypt.sh [-h] [command [argument]] [parameter [argument]] [parameter [argument]] ...
|
Usage: ./letsencrypt.sh [-h] [command [argument]] [parameter [argument]] [parameter [argument]] ...
|
||||||
|
|
||||||
Default command: cron
|
Default command: help
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
--cron (-c) Sign/renew non-existant/changed(TODO)/expiring certificates.
|
--cron (-c) Sign/renew non-existant/changed/expiring certificates.
|
||||||
--revoke (-r) path/to/cert.pem Revoke specified certificate
|
--revoke (-r) path/to/cert.pem Revoke specified certificate
|
||||||
--help (-h) Show help text
|
--help (-h) Show help text
|
||||||
--env (-e) Output configuration variables for use in other scripts
|
--env (-e) Output configuration variables for use in other scripts
|
||||||
|
|||||||
+1
-1
@@ -400,7 +400,7 @@ sign_domain() {
|
|||||||
|
|
||||||
|
|
||||||
# Usage: --cron (-c)
|
# Usage: --cron (-c)
|
||||||
# Description: Sign/renew non-existant/changed(TODO)/expiring certificates.
|
# Description: Sign/renew non-existant/changed/expiring certificates.
|
||||||
command_sign_domains() {
|
command_sign_domains() {
|
||||||
if [[ -n "${PARAM_DOMAIN:-}" ]]; then
|
if [[ -n "${PARAM_DOMAIN:-}" ]]; then
|
||||||
# we are using a temporary domains.txt file so we don't need to duplicate any code
|
# we are using a temporary domains.txt file so we don't need to duplicate any code
|
||||||
|
|||||||
Reference in New Issue
Block a user