mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-10 02:43:34 +02:00
Also propagate changes to dehydrated help and README.md
This commit is contained in:
committed by
Lukas Schauer
parent
5c4adf6baa
commit
fa68ad8b23
@@ -71,7 +71,7 @@ Parameters:
|
|||||||
--ca url/preset Use specified CA URL or preset
|
--ca url/preset Use specified CA URL or preset
|
||||||
--alias certalias Use specified name for certificate directory (and per-certificate config) instead of the primary domain (only used if --domain is specified)
|
--alias certalias Use specified name for certificate directory (and per-certificate config) instead of the primary domain (only used if --domain is specified)
|
||||||
--keep-going (-g) Keep going after encountering an error while creating/renewing multiple certificates in cron mode
|
--keep-going (-g) Keep going after encountering an error while creating/renewing multiple certificates in cron mode
|
||||||
--force (-x) Force renew of certificate even if it is longer valid than value in RENEW_DAYS
|
--force (-x) Force certificate renewal even if it is not due to expire within RENEW_DAYS
|
||||||
--force-validation Force revalidation of domain names (used in combination with --force)
|
--force-validation Force revalidation of domain names (used in combination with --force)
|
||||||
--no-lock (-n) Don't use lockfile (potentially dangerous!)
|
--no-lock (-n) Don't use lockfile (potentially dangerous!)
|
||||||
--lock-suffix example.com Suffix lockfile name with a string (useful for with -d)
|
--lock-suffix example.com Suffix lockfile name with a string (useful for with -d)
|
||||||
|
|||||||
@@ -2262,7 +2262,7 @@ main() {
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
# PARAM_Usage: --force (-x)
|
# PARAM_Usage: --force (-x)
|
||||||
# PARAM_Description: Force renew of certificate even if it is longer valid than value in RENEW_DAYS
|
# PARAM_Description: Force certificate renewal even if it is not due to expire within RENEW_DAYS
|
||||||
--force|-x)
|
--force|-x)
|
||||||
PARAM_FORCE="yes"
|
PARAM_FORCE="yes"
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ Dehydrated will notify if no account is configured. Run with \fB--register
|
|||||||
|
|
||||||
Next, all domain names must be provided in domains.txt. The format is line
|
Next, all domain names must be provided in domains.txt. The format is line
|
||||||
based: If the file contains two lines "example.com" and "example.net",
|
based: If the file contains two lines "example.com" and "example.net",
|
||||||
Dehydrated will request two certificate, one for "example.com" and the other
|
dehydrated will request two certificate, one for "example.com" and the other
|
||||||
for "example.net". A single line while "example.com example.net" will request a
|
for "example.net". A single line containing "example.com example.net" will request a
|
||||||
single certificate valid for both "example.net" and "example.com" through the \fISubject
|
single certificate valid for both "example.net" and "example.com" through the \fISubject
|
||||||
Alternative Name\fR (SAN) field.
|
Alternative Name\fR (SAN) field.
|
||||||
|
|
||||||
@@ -106,7 +106,7 @@ Keep going after encountering an error while creating/renewing multiple
|
|||||||
certificates in cron mode
|
certificates in cron mode
|
||||||
.TP
|
.TP
|
||||||
.BR \-\-force ", " \-x
|
.BR \-\-force ", " \-x
|
||||||
Force renew of certificate even if it is longer valid than value in RENEW_DAYS
|
Force certificate renewal even if it is not due to expire within RENEW_DAYS
|
||||||
.TP
|
.TP
|
||||||
.BR \-\-no\-lock ", " \-n
|
.BR \-\-no\-lock ", " \-n
|
||||||
Don't use lockfile (potentially dangerous!)
|
Don't use lockfile (potentially dangerous!)
|
||||||
|
|||||||
Reference in New Issue
Block a user