2020-07-10 00:58:55 +02:00
|
|
|
---
|
|
|
|
acme:
|
|
|
|
enabled: true
|
|
|
|
directories:
|
|
|
|
- "/etc/acme/dh/"
|
|
|
|
- "/etc/acme/keys/"
|
|
|
|
- "/etc/acme/certs/"
|
|
|
|
dh:
|
|
|
|
path: "/etc/acme/dh/dh.pem"
|
2020-08-02 16:06:45 +02:00
|
|
|
keysize: 2048
|
2022-10-01 20:10:31 +02:00
|
|
|
certificates: {}
|
2020-07-10 00:58:55 +02:00
|
|
|
provider:
|
|
|
|
api:
|
|
|
|
application_key: "test"
|
|
|
|
application_secret: "test"
|
2021-01-24 20:04:03 +01:00
|
|
|
consumer_key: "test"
|
|
|
|
pki:
|
|
|
|
url: "https://pki"
|
|
|
|
username: "test"
|
|
|
|
password: "test"
|