summaryrefslogtreecommitdiffstats
path: root/base/ca
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2014-06-25 21:18:46 +0800
committerAde Lee <alee@redhat.com>2014-06-25 21:21:46 +0800
commit881325f46c594fe728a5351919a559f0b09b35a3 (patch)
tree302d3ef9efbb3cbbd63ddc5cb583b0f84400c0c4 /base/ca
parent7be5451f6bb665ab57300431fbcd1c30f51c2e04 (diff)
downloadpki-881325f46c594fe728a5351919a559f0b09b35a3.tar.gz
pki-881325f46c594fe728a5351919a559f0b09b35a3.tar.xz
pki-881325f46c594fe728a5351919a559f0b09b35a3.zip
Fix typo in CS.cfg for ca.profiles.defaultSigningAlgsAllowed
Ticket 781
Diffstat (limited to 'base/ca')
-rw-r--r--base/ca/shared/conf/CS.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/ca/shared/conf/CS.cfg.in b/base/ca/shared/conf/CS.cfg.in
index 976a41d03..90fb2d27a 100644
--- a/base/ca/shared/conf/CS.cfg.in
+++ b/base/ca/shared/conf/CS.cfg.in
@@ -661,7 +661,7 @@ ca.notification.requestInQ.senderEmail=
ca.ocsp_signing.cacertnickname=ocspSigningCert cert-[PKI_INSTANCE_NAME]
ca.ocsp_signing.defaultSigningAlgorithm=SHA256withRSA
ca.ocsp_signing.tokenname=internal
-ca.profiles.defaultSigningAlgsAllowed==SHA256withRSA,SHA1withRSA,SHA512withRSA,MD5withRSA,MD2withRSA,SHA1withDSA,SHA256withEC,SHA1withEC,SHA384withEC,SHA512withEC
+ca.profiles.defaultSigningAlgsAllowed=SHA256withRSA,SHA1withRSA,SHA512withRSA,MD5withRSA,MD2withRSA,SHA1withDSA,SHA256withEC,SHA1withEC,SHA384withEC,SHA512withEC
ca.publish.createOwnDNEntry=false
ca.publish.queue.enable=true
ca.publish.queue.maxNumberOfThreads=3