paulbsd-salt/states/acme/defaults.yaml
2022-10-01 20:10:31 +02:00

21 lines
378 B
YAML

---
acme:
enabled: true
directories:
- "/etc/acme/dh/"
- "/etc/acme/keys/"
- "/etc/acme/certs/"
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"