Forum Topic

Thanks for your participation and contribution.


Back to Useful References

Jira Confluence and Giltab SSL Certs

Post a reply
556 views
i90runner
i90runner

JIRA and Confluence SSL Certs

Running Behind ningx proxy.

https://confluence.atlassian.com/jirakb/configure-jira-server-to-run-behind-a-nginx-reverse-proxy-426115340.html

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

1-1 of 1

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.