---
acme:
  enabled: true
  directories:
    - "/etc/acme/dh/"
    - "/etc/acme/keys/"
    - "/etc/acme/certs/"
    - "/etc/acme/fullchains/"
  dh:
    path: "/etc/acme/dh/dh.pem"
    keysize: 2048
  certificates: {}
  provider:
    api:
      application_key: "test"
      application_secret: "test"
      consumer_key: "test"
    pki:
      url: "https://pki"
      username: "test"
      password: "test"