Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Fix path names for certificate installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Morgan authored and Phan Le committed Nov 12, 2013
1 parent 132742a commit 2ebe22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/saml_login/templates/install_crt.erb
Expand Up @@ -2,10 +2,10 @@

## BEGIN CERTIFICATE INSTALLATION
#define JDK_HOME
JDK_HOME=/var/vcap/packages/login/jdk
JDK_HOME=/var/vcap/packages/saml_login/jdk

#define the certificate to import
CERT_FILE=/var/vcap/jobs/login/config/uaa.crt
CERT_FILE=/var/vcap/jobs/saml_login/config/uaa.crt

#define the trust store
TRUST_STORE_FILE=$JDK_HOME/lib/security/cacerts
Expand Down

0 comments on commit 2ebe22f

Please sign in to comment.