__letsencrypt_cert: add nonparallel and make admin-email required
This commit is contained in:
parent
b4e98d4ab4
commit
7611c400ea
5 changed files with 5 additions and 5 deletions
|
@ -17,12 +17,13 @@ REQUIRED PARAMETERS
|
|||
webroot
|
||||
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
|
||||
-------------------
|
||||
admin-email
|
||||
Where to send Let's Encrypt emails like "certificate needs renewal". Defaults to root@localhost.
|
||||
|
||||
None.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue