Sep 5, 2018 · 1 min read
Hi,
What file is the CA cert? Which file from steps 1–8 are we renaming to the same 3 files?
We are not renaming any file from step 1 to 8. CA certificate is a part of your domain SSL certificate. Your domain administrator can provide you these files. Like for github.com -

So, In step 9, you need to rename your existing SSL certificate -
- Rename your Certificate Authority (CA) certificate to
cacert.crt,identity.crtandserver.crt(Same file with three different names). - Rename your server Certificate Signing Request (CSR) file to
identity.csr. - Rename your server SSL certificate private key to
cakey.key,server.keyandidentity.key(Same file with three different names).
