Index: scripts/bash_profile/QA/.bash_profile =================================================================== diff -u -r38da3cd950c81eadea28fa920e27c00dd45f651e -r85b811754e0040c0ef5a4572aa9c444db59a2c98 --- scripts/bash_profile/QA/.bash_profile (.../.bash_profile) (revision 38da3cd950c81eadea28fa920e27c00dd45f651e) +++ scripts/bash_profile/QA/.bash_profile (.../.bash_profile) (revision 85b811754e0040c0ef5a4572aa9c444db59a2c98) @@ -14,9 +14,9 @@ PATH=$PATH:$HOME/.local/bin:$HOME/bin:$JAVA_HOME/bin:$JRE_HOME/bin PULSE_API_ROOT_DIR=/data/pulseAPI -PULSE_API_CERT_PATH=/data/certs/pulse.p12 -PULSE_API_CERT_PASS=pulse -PULSE_API_CERT_ALIAS=pulse +PULSE_API_CERT_PATH=/data/certs/pulse_digicert.p12 +PULSE_API_CERT_PASS=pulse_digicert +PULSE_API_CERT_ALIAS=pulse_digicert PULSE_WEB_ROOT_DIR=/data/pulseWeb PULSE_ENV=qa Index: scripts/nginx/QA/nginx.conf =================================================================== diff -u -rb69605c4e3cc5cda12a3930891d6237fa769d99b -r85b811754e0040c0ef5a4572aa9c444db59a2c98 --- scripts/nginx/QA/nginx.conf (.../nginx.conf) (revision b69605c4e3cc5cda12a3930891d6237fa769d99b) +++ scripts/nginx/QA/nginx.conf (.../nginx.conf) (revision 85b811754e0040c0ef5a4572aa9c444db59a2c98) @@ -55,8 +55,8 @@ access_log /data/pulseWeb/log/access-pulseqa-us.log main; error_log /data/pulseWeb/log/error-pulseqa-us.log; - ssl_certificate /data/certs/pulse.pem; - ssl_certificate_key /data/certs/private.key; + ssl_certificate /data/certs/pulse_digicert_bundle.pem; + ssl_certificate_key /data/certs/private_digicert.key; root /data/pulseWeb/dist; @@ -84,8 +84,8 @@ access_log /data/pulseWeb/log/access-pulseqa-uap.log main; error_log /data/pulseWeb/log/error-pulseqa-uap.log; - ssl_certificate /data/certs/pulse.pem; - ssl_certificate_key /data/certs/private.key; + ssl_certificate /data/certs/pulse_digicert_bundle.pem; + ssl_certificate_key /data/certs/private_digicert.key; root /data/pulseWeb/dist;