diff options
author | elijah <elijah@riseup.net> | 2013-02-27 20:54:50 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-02-27 20:54:50 -0800 |
commit | f053c1c53f00962ee9ca25d591d248e7695e6fa5 (patch) | |
tree | 1f7868a1f420ef749cfb1e274e1e7a8c7cd5a92c /config/defaults.yml | |
parent | 1a369be11b776cd75b3c046fa508ea1bca499227 (diff) |
change free cert postfix to be a prefix (this is required for how openvpn does common name matching)
Diffstat (limited to 'config/defaults.yml')
-rw-r--r-- | config/defaults.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/defaults.yml b/config/defaults.yml index 54e4178..d0fb52f 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -8,7 +8,7 @@ cert_options: &cert_options client_cert_bit_size: 2024 client_cert_hash: "SHA256" free_certs_enabled: true - free_cert_postfix: "*Free Cert*" + free_cert_prefix: "FREE" development: <<: *dev_ca @@ -21,7 +21,6 @@ test: <<: *cert_options admins: [admin, admin2] domain: test.me - production: <<: *cert_options |