From 318852575ceb8c42e8844b673c2422a38b6f60f4 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 16 Nov 2015 15:45:08 +0100 Subject: Added scripts for external CA. --- scripts/external-step2.cfg | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'scripts/external-step2.cfg') diff --git a/scripts/external-step2.cfg b/scripts/external-step2.cfg index 6b9d395..2092c48 100644 --- a/scripts/external-step2.cfg +++ b/scripts/external-step2.cfg @@ -12,12 +12,10 @@ pki_client_pkcs12_password=Secret123 pki_ds_base_dn=dc=ca,dc=example,dc=com pki_ds_database=ca pki_ds_password=Secret123 -pki_security_domain_name=EXAMPLE +pki_security_domain_name=EXTERNAL pki_token_password=Secret123 pki_external=True -pki_external_csr_path=/tmp/ca.csr -pki_external_ca_cert_chain_path=/tmp/external.crt -pki_external_ca_cert_path=/tmp/ca.crt pki_external_step_two=True -#pki_ca_signing_subject_dn=cn=CA Signing,ou=External,o=example.com +pki_external_ca_cert_chain_path=/tmp/external.crt +pki_external_ca_cert_path=/tmp/ca_signing.crt -- cgit