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.
|
|
[global] accounts_directory = "/tmp/example/account/dir" certificates_directory = "/tmp/example/cert/dir/" root_certificates = ["tests/root_certs/igc-a 2011.pem"]
[[logging_facility]] output = "stderr" format = "pretty" level = "trace"
[[logging_facility]] output = "syslog" ansi = false
[[logging_facility]] output = "/tmp/acmed_test.log.json" format = "json" level = "debug"
[account."toto"] contacts = [ { mailto = "acme@example.org" }, ] signature_algorithm = "HS384"
[rate-limit."my-ca-limit"] number = 20 period = "1s"
[endpoint."my-ca"] url = "https://acme-v02.ac1.example.org/directory" rate_limits = ["my-ca-limit"] root_certificates = ["tests/root_certs/igc-a 2018.pem"] tos_agreed = true
[hook."hook-1"] cmd = "cat" type = ["file-pre-edit"]
[hook."hook-2"] cmd = "cat" args = [ "-e" ] type = ["file-pre-edit"]
[group] super-hook = ["hook-1", "hook-2"]
[[certificate]] account = "toto" endpoint = "my-ca" identifiers = [ { dns = "example.org", challenge = "http-01"}, ] hooks = ["super-hook"]
|