Skip to content

Commit

Permalink
Update ca-external-cert-step2.cfg to include instance name and port n…
Browse files Browse the repository at this point in the history
…umbers with default values

[skip ci]
This is to make the more common customizable parameters readily available for users to modify.
  • Loading branch information
ladycfu authored Dec 13, 2024
1 parent b6410f4 commit 1a7e1cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions base/server/examples/installation/ca-external-cert-step2.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +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_nickname=root-ca_signing
pki_cert_chain_path=root-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 @@ -15,6 +22,8 @@ pki_client_pkcs12_password=Secret.123
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_name=EXAMPLE

Expand Down

0 comments on commit 1a7e1cf

Please sign in to comment.