diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-08-12 22:30:22 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-08-12 22:30:22 +0000 |
| commit | 92aef4a7181de06eec17d8f9184eba977b01d7e4 (patch) | |
| tree | 56d01b15efed6e526a8efe03a2a12d5b58e29782 | |
| parent | fb3ffdd4e8f40da49f57e0c734c033141ccb67b5 (diff) | |
Fixed bugzilla bug #513450
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@752 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/base/ca/shared/conf/CS.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pki/base/ca/shared/conf/CS.cfg b/pki/base/ca/shared/conf/CS.cfg index d13f6dad5..1f237de2e 100644 --- a/pki/base/ca/shared/conf/CS.cfg +++ b/pki/base/ca/shared/conf/CS.cfg @@ -538,6 +538,14 @@ ca.crl.MasterCRL.nextUpdateGracePeriod=0 ca.crl.MasterCRL.publishOnStart=false ca.crl.MasterCRL.signingAlgorithm=SHA1withRSA ca.crl.MasterCRL.updateSchema=1 +ca.crl.MasterCRL.extension.AuthorityInformationAccess.accessLocation0= +ca.crl.MasterCRL.extension.AuthorityInformationAccess.accessLocationType0=URI +ca.crl.MasterCRL.extension.AuthorityInformationAccess.accessMethod0=caIssuers +ca.crl.MasterCRL.extension.AuthorityInformationAccess.class=com.netscape.cms.crl.CMSAuthInfoAccessExtension +ca.crl.MasterCRL.extension.AuthorityInformationAccess.critical=false +ca.crl.MasterCRL.extension.AuthorityInformationAccess.enable=false +ca.crl.MasterCRL.extension.AuthorityInformationAccess.numberOfAccessDescriptions=1 +ca.crl.MasterCRL.extension.AuthorityInformationAccess.type=CRLExtension ca.crl.MasterCRL.extension.AuthorityKeyIdentifier.class=com.netscape.cms.crl.CMSAuthorityKeyIdentifierExtension ca.crl.MasterCRL.extension.AuthorityKeyIdentifier.critical=false ca.crl.MasterCRL.extension.AuthorityKeyIdentifier.enable=false |
