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

  1. [global]
  2. accounts_directory = "/tmp/example/account/dir"
  3. certificates_directory = "/tmp/example/cert/dir/"
  4. [endpoint."test AC 1"]
  5. url = "https://acme-v02.ac1.example.org/directory"
  6. tos_agreed = false
  7. [endpoint."test AC 2"]
  8. url = "https://acme-v02.ac2.example.org/directory"
  9. [account."example"]
  10. contacts = [
  11. { mailto = "acme@example.org" },
  12. ]