From 6ee510efe491b1e2afd7e9901eee690365fd8bbb Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 6 May 2015 16:19:19 -0400 Subject: Added options for internal token and replication passwords. The installation code has been modified such that the admin can optionally specify passwords for internal token and replication. Otherwise the code will generate random passwords like before. https://fedorahosted.org/pki/ticket/1354 --- base/server/etc/default.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base/server/etc/default.cfg') diff --git a/base/server/etc/default.cfg b/base/server/etc/default.cfg index 3b082020d..18b8527b2 100644 --- a/base/server/etc/default.cfg +++ b/base/server/etc/default.cfg @@ -24,6 +24,7 @@ sensitive_parameters= pki_ds_password pki_one_time_pin pki_pin + pki_replication_password pki_security_domain_password pki_token_password @@ -98,6 +99,8 @@ pki_issuing_ca_hostname=%(pki_security_domain_hostname)s pki_issuing_ca_https_port=%(pki_security_domain_https_port)s pki_issuing_ca_uri=https://%(pki_issuing_ca_hostname)s:%(pki_issuing_ca_https_port)s pki_issuing_ca=%(pki_issuing_ca_uri)s +pki_pin= +pki_replication_password= pki_restart_configured_instance=True pki_security_domain_hostname=%(pki_hostname)s pki_security_domain_https_port=8443 -- cgit