mirror of https://github.com/breard-r/acmed.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
349 B
15 lines
349 B
[global]
|
|
accounts_directory = "/tmp/example/account/dir"
|
|
certificates_directory = "/tmp/example/cert/dir/"
|
|
|
|
[endpoint."test AC 1"]
|
|
url = "https://acme-v02.ac1.example.org/directory"
|
|
tos_agreed = false
|
|
|
|
[endpoint."test AC 2"]
|
|
url = "https://acme-v02.ac2.example.org/directory"
|
|
|
|
[account."example"]
|
|
contacts = [
|
|
{ mailto = "acme@example.org" },
|
|
]
|