You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i "s|SSLCertificateFile.*|SSLCertificateFile /etc/pki/tls/certs/$ssl_crt|" myconf/confluence.conf &&echo"cert info added to confluence.conf file successfully"||echo"cert info update on confluence.conf file failed"
85
88
sed -i "s|SSLCertificateKeyFile.*|SSLCertificateKeyFile /etc/pki/tls/private/$ssl_key|" myconf/confluence.conf &&echo"ssl key info added to confluence.conf file successfully"||echo"ssl key info update on confluence.conf file failed"
86
89
sed -i "s|confluence.yoursite.com|$server_add|g" myconf/confluence.conf &&echo"server address updated on confluence.conf file successfully"||echo"server address update on confluence.conf failed"
87
-
sed -i "s|8090|$server_port|g" myconf/confluence.conf &&echo"server port updated on confluence.conf file successfully"||echo"server port update on confluence.conf failed"
90
+
sed -i "s|8090|$http_port|g" myconf/confluence.conf &&echo"server port updated on confluence.conf file successfully"||echo"server port update on confluence.conf failed"
88
91
89
92
sed -i "s|confluence.yoursite.com|$server_add|g" myconf/server.xml &&echo"server address updated on server.xml file successfully"||echo"server address update on server.xml failed"
sed -i "s|8090|$http_port|g" myconf/response.varfile &&echo"http port updated on successfully"||echo"server port update on confluence.conf failed"
103
+
sed -i "s|8000|$control_port|g" myconf/response.varfile &&echo"control port updated on successfully"||echo"server port update on confluence.conf failed"
0 commit comments