diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/root-ca.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/root-ca.conf b/etc/root-ca.conf index e68196b..cd00238 100644 --- a/etc/root-ca.conf +++ b/etc/root-ca.conf @@ -56,7 +56,7 @@ email_in_dn = no # Add email to cert DN preserve = no # Keep passed DN ordering name_opt = ca_default # Subject DN display options cert_opt = ca_default # Certificate display options -copy_extensions = copy # Copy extensions from CSR +copy_extensions = none # Copy extensions from CSR x509_extensions = signing_ca_ext # Default cert extensions default_crl_days = 365 # How long before next CRL crl_extensions = crl_ext # CRL extensions |