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.
 
 
 
 

19 lines
407 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" },
]
[hook."test-hook"]
cmd = "cat"
type = ["file-post-edit"]