diff options
Diffstat (limited to 'scripts/ra-include.sh')
| -rwxr-xr-x | scripts/ra-include.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ra-include.sh b/scripts/ra-include.sh index af83472..ce84ec7 100755 --- a/scripts/ra-include.sh +++ b/scripts/ra-include.sh @@ -3,7 +3,7 @@ SRC_DIR="`cd ../.. ; pwd`" DOMAIN="example.com" -REALM="EXAMPLE-COM" +REALM="EXAMPLE" PASSWORD="Secret123" INSTANCE_ROOT="/var/lib" @@ -15,9 +15,9 @@ RA_INSTANCE_NAME="pki-ra" RA_SUBSYSTEM_TYPE="ra" RA_SUBSYSTEM_NAME="Registration Authority" +RA_UNSECURE_PORT="12888" RA_SECURE_PORT="12889" RA_NON_CLIENTAUTH_SECURE_PORT="12890" -RA_UNSECURE_PORT="12888" RA_SERVER_CERT_SUBJECT_NAME="CN=$HOSTNAME,OU=pki-ra,O=$REALM" RA_SUBSYSTEM_CERT_SUBJECT_NAME="CN=RA Subsystem Certificate,OU=pki-ra,O=$REALM" |
