diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2001-03-16 02:04:17 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2001-03-16 02:04:17 +0000 |
commit | 791bd0cd2b267d38fcbe7eb4dd3df2aa92877f11 (patch) | |
tree | 5fdf5eae1304f65185c74b4884bad7a33f8a2c32 /apps/openssl.cnf | |
parent | e890dcdb196aa2b971f3c85ccc94389bb01edb91 (diff) | |
download | openssl-new-791bd0cd2b267d38fcbe7eb4dd3df2aa92877f11.tar.gz |
Add copy_extensions option to 'ca' utility.
Diffstat (limited to 'apps/openssl.cnf')
-rw-r--r-- | apps/openssl.cnf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/openssl.cnf b/apps/openssl.cnf index f02b2bdf84..5071d858c5 100644 --- a/apps/openssl.cnf +++ b/apps/openssl.cnf @@ -53,6 +53,9 @@ x509_extensions = usr_cert # The extentions to add to the cert name_opt = ca_default # Subject Name options cert_opt = ca_default # Certificate field options +# Extension copying option: use with caution. +# copy_extensions = copy + # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs # so this is commented out by default to leave a V1 CRL. # crl_extensions = crl_ext |