11 lines
238 B
YAML
11 lines
238 B
YAML
|
|
# Defaults
|
||
|
|
cert_not_after: "+365d" # valid for one year
|
||
|
|
cert_not_before: "-1d" # valid since yesterday
|
||
|
|
|
||
|
|
# Required
|
||
|
|
cert_domains: []
|
||
|
|
cert_country_name: None
|
||
|
|
cert_locality_name: None
|
||
|
|
cert_organization_name: None
|
||
|
|
cert_email_address: None
|