__letsencrypt_cert: add nonparallel and make admin-email required (#609)
This commit is contained in:
parent
fc8dded8e9
commit
a657af64a1
5 changed files with 5 additions and 5 deletions
|
@ -17,12 +17,13 @@ REQUIRED PARAMETERS
|
||||||
webroot
|
webroot
|
||||||
The path to your webroot, as set up in your webserver config.
|
The path to your webroot, as set up in your webserver config.
|
||||||
|
|
||||||
|
admin-email
|
||||||
|
Where to send Let's Encrypt emails like "certificate needs renewal".
|
||||||
|
|
||||||
|
|
||||||
OPTIONAL PARAMETERS
|
OPTIONAL PARAMETERS
|
||||||
-------------------
|
-------------------
|
||||||
admin-email
|
None.
|
||||||
Where to send Let's Encrypt emails like "certificate needs renewal". Defaults to root@localhost.
|
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
--------
|
--------
|
||||||
|
|
0
cdist/conf/type/__letsencrypt_cert/nonparallel
Normal file
0
cdist/conf/type/__letsencrypt_cert/nonparallel
Normal file
|
@ -1 +0,0 @@
|
||||||
root@localhost
|
|
|
@ -1 +0,0 @@
|
||||||
admin-email
|
|
|
@ -1 +1,2 @@
|
||||||
|
admin-email
|
||||||
webroot
|
webroot
|
||||||
|
|
Loading…
Reference in a new issue