I would like to make a domain SSL (I wrote very easy )
I wrote the steps:
1.
certtool --sec-param high -p --outfile https.key
2.
certtool -q --load-privkey https.key --outfile https.csr
3.
cat https.csr -> this copy Comodo webiste (https://secure.instantssl.com/products/SSLIdASignup1a)
Comodo create the certificates and send a zip files :
Contents:
- AddTrustExternalCARoot.crt
- ComodoUTNSGCCA.crt
- EssentialSSLCA_2.crt
- domains_com.crt
- UTNAddTrustSGCCA.crt
I open the I-mscp (I would like to create SSL a client domain):
/client/cert_view.php?domain_id=35&domain_type=dmn
1. place (Private key):
I paste the https.key file
2. place (Certificate)
paste -> domains_com.crt
3. place (CA bundle)
I dont know what is the "CA bundle"?
I see more description but I don't understand which need to be copied?
- AddTrustExternalCARoot.crt
- ComodoUTNSGCCA.crt
- EssentialSSLCA_2.crt
- UTNAddTrustSGCCA.crt
Thx!
KALMI