We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cef7a commit 42ca8edCopy full SHA for 42ca8ed
systemvm/patch-sysvms.sh
@@ -122,6 +122,9 @@ patch_systemvm() {
122
echo "Restored keystore file and certs using backup" >> $logfile 2>&1
123
fi
124
125
+ # Import global cacerts into 'cloud' service's keystore
126
+ keytool -importkeystore -srckeystore /etc/ssl/certs/java/cacerts -destkeystore /usr/local/cloud/systemvm/certs/realhostip.keystore -srcstorepass changeit -deststorepass vmops.com -noprompt || true
127
+
128
update_checksum $newpath/cloud-scripts.tgz
129
130
if [ "$TYPE" == "consoleproxy" ] || [ "$TYPE" == "secstorage" ] || [[ "$TYPE" == *router ]]; then
0 commit comments