27 lines
551 B
YAML
27 lines
551 B
YAML
certificates:
|
|
backends:
|
|
letsencrypt:
|
|
remainingdays: 28
|
|
challenge: dns-01
|
|
challengeserver: []
|
|
autorenew: False
|
|
selfsigned:
|
|
not_after: "+3650d"
|
|
ownca:
|
|
not_after: "+3650d"
|
|
ca_not_after: "+3650d"
|
|
remote: ~
|
|
basepath: /etc/ssl/ca
|
|
name: ownca
|
|
defaults:
|
|
country: "SU"
|
|
province: "CYBER"
|
|
city: "Cyberspace"
|
|
org: "Tyrell Corporation"
|
|
mail: "example@example.com"
|
|
ou: "cyber"
|
|
cn: ~
|
|
san: []
|
|
depending_services: []
|
|
backend: 'letsencrypt'
|
|
certs: {}
|