Skip to content

Commit

Permalink
Update ca-secure-ds-secondary.cfg
Browse files Browse the repository at this point in the history
[skip ci]
Adding the more common customizable parameters (with default values) readily available for users to modify: instance name, port numbers, and ds ports.
  • Loading branch information
ladycfu authored Jan 4, 2025
1 parent 984afc7 commit 624812b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions base/server/examples/installation/ca-secure-ds-secondary.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[DEFAULT]
pki_instance_name=pki-tomcat
pki_https_port=8443
pki_http_port=8080

pki_server_database_password=Secret.123
pki_cert_chain_path=ca_signing.crt

[Tomcat]
pki_ajp_port=8009
pki_tomcat_server_port=8005

[CA]
pki_admin_email[email protected]
pki_admin_name=caadmin
Expand All @@ -18,6 +26,8 @@ pki_ds_secure_connection_ca_pem_file=ds_signing.crt
pki_ds_base_dn=dc=ca,dc=pki,dc=example,dc=com
pki_ds_database=ca
pki_ds_password=Secret.123
pki_ds_ldap_port=389
pki_ds_ldaps_port=636

pki_security_domain_hostname=primary.example.com
pki_security_domain_https_port=8443
Expand Down

0 comments on commit 624812b

Please sign in to comment.