paulbsd-salt/states/acme/defaults.yaml

22 lines
408 B
YAML
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
acme:
enabled: true
directories:
- "/etc/acme/dh/"
- "/etc/acme/keys/"
- "/etc/acme/certs/"
2022-10-23 16:39:33 +02:00
- "/etc/acme/fullchains/"
2020-07-10 00:58:55 +02:00
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"