JIRA and Confluence SSL Certs
Running Behind ningx proxy.
SSL Config generator
https://ssl-config.mozilla.org/.
Gitlab SSL Reload
cat /etc/gitlab/gitlab.rb|grep ssl
194 sudo gitlab-ctl reconfigure
195 sudo gitlab-ctl hup nginx registry
Troubleshooting SSL | GitLab
https://docs.gitlab.com/ee/administration/troubleshooting/ssl.html
Verify public and private key hash
openssl x509 -noout -modulus -in certificate.crt | openssl md5
openssl rsa -noout -modulus -in privateKey.key | openssl md5
Last updated