summaryrefslogtreecommitdiffstats
path: root/base/ca
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2017-05-19 09:47:47 -0600
committerMatthew Harmsen <mharmsen@redhat.com>2017-05-19 09:51:38 -0600
commite1fd9685e5442e5e2efa9a26e07bf45274b6fb93 (patch)
tree16ecfad4c8ea5ee3361bcd66ec54ea8f225acecb /base/ca
parent202c747564868432df93c6cf272fcd9d2979d8d8 (diff)
downloadpki-e1fd9685e5442e5e2efa9a26e07bf45274b6fb93.tar.gz
pki-e1fd9685e5442e5e2efa9a26e07bf45274b6fb93.tar.xz
pki-e1fd9685e5442e5e2efa9a26e07bf45274b6fb93.zip
Fixed hardcoded values in ca CS.cfg
- Bugzilla Bug #1452123 - CA CS.cfg shows default port - dogtagpki Pagure Issue #2696 - CA CS.cfg shows default port
Diffstat (limited to 'base/ca')
-rw-r--r--base/ca/shared/conf/CS.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/ca/shared/conf/CS.cfg b/base/ca/shared/conf/CS.cfg
index f6297a322..8f9af5ca6 100644
--- a/base/ca/shared/conf/CS.cfg
+++ b/base/ca/shared/conf/CS.cfg
@@ -290,7 +290,7 @@ ca.Policy.impl.SubjectDirectoryAttributesExt.class=com.netscape.cms.policy.exten
ca.Policy.impl.SubjectKeyIdentifierExt.class=com.netscape.cms.policy.extensions.SubjectKeyIdentifierExt
ca.Policy.impl.UniqueSubjectNameConstraints.class=com.netscape.cms.policy.constraints.UniqueSubjectNameConstraints
ca.Policy.impl.ValidityConstraints.class=com.netscape.cms.policy.constraints.ValidityConstraints
-ca.Policy.rule.AuthInfoAccessExt.ad0_location=http://[PKI_HOSTNAME]:8080/ocsp
+ca.Policy.rule.AuthInfoAccessExt.ad0_location=http://[PKI_HOSTNAME]:[PKI_UNSECURE_PORT]/ocsp
ca.Policy.rule.AuthInfoAccessExt.ad0_location_type=URL
ca.Policy.rule.AuthInfoAccessExt.ad0_method=ocsp
ca.Policy.rule.AuthInfoAccessExt.enable=false
@@ -773,8 +773,8 @@ cmsgateway._027=## 'cmsgateway.enableAdminEnroll=false' should have
cmsgateway._028=## already been reset.
cmsgateway._029=##
cmsgateway.enableAdminEnroll=false
-https.port=8443
-http.port=8080
+https.port=[PKI_SECURE_PORT]
+http.port=[PKI_UNSECURE_PORT]
dbs.enableSerialManagement=[PKI_ENABLE_RANDOM_SERIAL_NUMBERS]
dbs.enableRandomSerialNumbers=[PKI_ENABLE_RANDOM_SERIAL_NUMBERS]
dbs.randomSerialNumberCounter=0