Private
Public Access
2
0
This commit is contained in:
2026-01-19 15:06:34 +03:00
parent 278d1785cc
commit 3d9fe37983
59 changed files with 1084 additions and 9684 deletions

View File

@@ -0,0 +1,19 @@
# Defaults
local_ca_certs_default_country_name: null
local_ca_certs_default_locality_name: null
local_ca_certs_default_organization_name: null
local_ca_certs_default_email_address: null
local_ca_certs_default_not_after: "+365d" # valid for one year
local_ca_certs_default_not_before: "-1d" # valid since yesterday
# Required
local_ca_certs_ca_passphrase: null
local_ca_certs_list: {}
# - cn: <string>
# domains: <array of strings>
# country_name: <string>
# locality_name: <string>
# organization_name: <string>
# email_address: <string>
# not_after: <string>
# not_before: <string>