File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ cp -v myconf/server.xml /opt/atlassian/confluence/conf/server.xml
111
111
112
112
# add ssl certificate to java key store
113
113
echo -e " \033[32mSSL certification is going to be added to confluence java keystore\033[0m"
114
- /opt/atlassian/confluence/jre/bin/keytool -import -alias $server_add -keystore /opt/atlassian/confluence/jre/lib/security/cacerts -storepass $keystore_pwd -file /etc/pki/tls/certs/$ssl_crt
114
+ /opt/atlassian/confluence/jre/bin/keytool -import -alias $server_add -keystore /opt/atlassian/confluence/jre/lib/security/cacerts -storepass $keystore_pwd -file /etc/pki/tls/certs/$ssl_crt -noprompt
115
115
116
116
# ##############################################################################
117
117
# finally reboot the server
You can’t perform that action at this time.
0 commit comments