Add acme.profile and acme.emailAddresses options
This commit is contained in:
parent
ae4a00b4bc
commit
50b0d772e5
6 changed files with 97 additions and 7 deletions
|
@ -505,6 +505,8 @@
|
|||
email = "foobar"
|
||||
caServer = "foobar"
|
||||
preferredChain = "foobar"
|
||||
profile = "foobar"
|
||||
emailAddresses = ["foobar", "foobar"]
|
||||
storage = "foobar"
|
||||
keyType = "foobar"
|
||||
certificatesDuration = 42
|
||||
|
@ -533,6 +535,8 @@
|
|||
email = "foobar"
|
||||
caServer = "foobar"
|
||||
preferredChain = "foobar"
|
||||
profile = "foobar"
|
||||
emailAddresses = ["foobar", "foobar"]
|
||||
storage = "foobar"
|
||||
keyType = "foobar"
|
||||
certificatesDuration = 42
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue