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.

10 lines
219 B

  1. [global]
  2. accounts_directory = "/tmp/example/account/dir"
  3. certificates_directory = "/tmp/example/cert/dir/"
  4. [[account]]
  5. name = "example"
  6. contacts = [
  7. { mailto = "acme@example.org" },
  8. ]
  9. signature_algorithm = "HS384"