summaryrefslogtreecommitdiffstats
path: root/base/deploy/config
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2012-07-24 11:28:29 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2012-07-25 14:19:38 -0700
commit14243746edd14be2564b625c4a940c4723c168f1 (patch)
tree08a04fca8621eea207d3df1e55e56c931e1c4f64 /base/deploy/config
parentca401c4f9e30ab59cb12fc4098aec21b660f686f (diff)
downloadpki-14243746edd14be2564b625c4a940c4723c168f1.tar.gz
pki-14243746edd14be2564b625c4a940c4723c168f1.tar.xz
pki-14243746edd14be2564b625c4a940c4723c168f1.zip
PKI Deployment Scriptlets
* PKI TRAC Ticket #244 - Non-user-friendly message when deleting non-existent subsystem with pkidestroy * PKI TRAC Ticket #246 - Incorrect parameter names in pkispawn configuration * PKI TRAC Ticket #248 - pki_ds_database should not be a DN * PKI TRAC Ticket #249 - pki_ds_base_dn causing pkispawn failure * PKI TRAC Ticket #250 - Creating/removing custom instances should not require http/ajp ports * PKI TRAC Ticket #251 - Instance name may conflict with other files * PKI TRAC Ticket #253 - Fix pki-destroy removal of '/var/log/pki/{pki_instance_id}' directory . . . * PKI TRAC Ticket #254 - Dogtag 10: Fix spec file to build successfully via mock on Fedora 17 . . . * PKI TRAC Ticket #255 - Missing resteasy-atom-provider.jar * PKI TRAC Ticket #260 - Dogtag 10: Change the layout of 'pki_instance_id' . . .
Diffstat (limited to 'base/deploy/config')
-rw-r--r--base/deploy/config/pkideployment.cfg11
1 files changed, 5 insertions, 6 deletions
diff --git a/base/deploy/config/pkideployment.cfg b/base/deploy/config/pkideployment.cfg
index fb04c85fa..d0acd7f33 100644
--- a/base/deploy/config/pkideployment.cfg
+++ b/base/deploy/config/pkideployment.cfg
@@ -11,8 +11,8 @@
pki_admin_password=
pki_backup_password=
pki_client_pkcs12_password=
+pki_clone_pkcs12_password=
pki_ds_password=
-pki_pkcs12_password=
pki_security_domain_password=
###############################################################################
## 'Common' Data: ##
@@ -48,8 +48,8 @@ pki_ds_base_dn=
pki_ds_bind_dn=cn=Directory Manager
pki_ds_database=
pki_ds_hostname=
-pki_ds_http_port=389
-pki_ds_https_port=636
+pki_ds_ldap_port=389
+pki_ds_ldaps_port=636
pki_ds_remove_data=True
pki_ds_secure_connection=False
pki_group=pkiuser
@@ -78,7 +78,7 @@ pki_user=pkiuser
## required information which MAY be overridden by users as necessary. ##
###############################################################################
[Apache]
-pki_instance_name=apache
+pki_instance_name=pki-apache
pki_http_port=80
pki_https_port=443
###############################################################################
@@ -102,7 +102,7 @@ pki_clone=False
pki_enable_java_debugger=False
pki_http_port=8080
pki_https_port=8443
-pki_instance_name=tomcat
+pki_instance_name=pki-tomcat
pki_proxy_http_port=
pki_proxy_https_port=
pki_security_manager=false
@@ -183,7 +183,6 @@ pki_ocsp_signing_nickname=
pki_ocsp_signing_signing_algorithm=SHA256withRSA
pki_ocsp_signing_subject_dn=
pki_ocsp_signing_token=
-pki_subordinate=False
pki_subsystem=OCSP
pki_subsystem_name=
pki_war_name=ocsp.war