-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Installing_CA_Clone_with_HSM.adoc
[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
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,10 @@ Prepare a file (e.g. ca.cfg) that contains the deployment configuration, for exa | |
|
||
``` | ||
[DEFAULT] | ||
pki_instance_name=pki-tomcat | ||
pki_https_port=8443 | ||
pki_http_port=8080 | ||
|
||
pki_server_database_password=Secret.123 | ||
|
||
pki_hsm_enable=True | ||
|
@@ -47,6 +51,10 @@ pki_hsm_modulename=softhsm | |
pki_token_name=HSM | ||
pki_token_password=Secret.HSM | ||
|
||
[Tomcat] | ||
pki_ajp_port=8009 | ||
pki_tomcat_server_port=8005 | ||
|
||
[CA] | ||
[email protected] | ||
pki_admin_name=caadmin | ||
|
@@ -59,6 +67,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_hostname=pki.example.com | ||
pki_security_domain_https_port=8443 | ||
|