Project

General

Profile

« Previous | Next » 

Revision 022d18f9

Added by Ivan Necas over 10 years ago

Fix setting passphrase in server.xml

View differences:

templates/etc/tomcat/server.xml.erb
clientAuth="want" SSLProtocol="TLS"
keystoreFile="conf/keystore"
truststoreFile="conf/keystore"
keystorePass="<%= scope.lookupvar("candlepin::keystore_password_real") %>"
keystorePass="<%= scope.lookupvar("candlepin::keystore_password") %>"
keystoreType="PKCS12"
ciphers="SSL_RSA_WITH_3DES_EDE_CBC_SHA,
TLS_RSA_WITH_AES_256_CBC_SHA,

Also available in: Unified diff