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 5a8872e commit d9ce538Copy full SHA for d9ce538
systemvm/patch-sysvms.sh
@@ -124,6 +124,9 @@ patch_systemvm() {
124
echo "Restored keystore file and certs using backup" >> $logfile 2>&1
125
fi
126
127
+ # Import global cacerts into 'cloud' service's keystore
128
+ keytool -importkeystore -srckeystore /etc/ssl/certs/java/cacerts -destkeystore /usr/local/cloud/systemvm/certs/realhostip.keystore -srcstorepass changeit -deststorepass vmops.com -noprompt || true
129
+
130
update_checksum $newpath/cloud-scripts.tgz
131
132
if [ -f /opt/cloud/bin/setup/patch.sh ];then
0 commit comments