0

I have generated SSL certificates from GoDaddy.com 2

It generally generates two files. one is cert (460d14e8fa8.crt) and the other is intermediate file (gd_bundle-g2-g1.crt). I input the private key to generate these files.

To use this for nginx, jenkins, we need to combine cert and intermediate file.

Now I want to use the SSL certificates for the Docker TLS. Docker TLS generally requires 6 files. 3 for server and 3 for client.

  • tlscacert
  • tlscert
  • tlskey

I have only three files. I am not sure how to generate client certificates using the server certificates. If I generate client certificate through openssl, whether it will be secure?

Or do I need to insist that GoDaddy creates set of client certificates?

I tried Docker TLS with self-signed certificates and it works fine. (https://docs.docker.com/engine/security/https/ 80)

I'm using Jfrog with docker-compose file. I need to add SSL certificate for Jfrog URL. So I configured Nginx over in same container manually.do some helpful to make Jfrog container URL to Self-signed URL, that should work on HTTPS only.

TylerH
  • 20,799
  • 66
  • 75
  • 101
Jerry
  • 1

0 Answers0