Yast module modifications to invoke the shell script that allows the ATS
to leverage installed certificates and keys for the server.
This commit is contained in:
@@ -47,7 +47,7 @@ if [ -f /etc/ssl/servercerts/serverkey.pem ]; then
|
||||
# Check if we must create PKCS12 keystore
|
||||
if [ ! -f $PKCS12_KEYSTORE_PATH ]; then
|
||||
# Create PKCS12 keystore
|
||||
openssl pkcs12 -export -in $SERVER_CERT_PATH -inkey $SERVER_KEY_PATH -name tomcat -out PKCS12_KEYSTORE_PATH -password pass:password
|
||||
openssl pkcs12 -export -in $SERVER_CERT_PATH -inkey $SERVER_KEY_PATH -name tomcat -out $PKCS12_KEYSTORE_PATH -password pass:password
|
||||
|
||||
# Make sure that the PKCS12 keystore is only accessible by the service
|
||||
chown casaatsd:casaauth $PKCS12_KEYSTORE_PATH
|
||||
|
||||
Reference in New Issue
Block a user