What is the 'cacert.pem' and for what to use that?
Posted
by
user65567
on Server Fault
See other posts from Server Fault
or by user65567
Published on 2011-02-28T07:15:28Z
Indexed on
2011/02/28
7:26 UTC
Read the original article
Hit count: 199
I am developing a web application on localhost with domains and sub-domains and I would like to use a HTTPS connection. On my Mac OS, in order to enable SSL, I need to set Apache correctly, so I followed some guide to accomplish part of that.
Now it is time to choose a certificate in order to test HTTPS requests. I seen the cacert.pem, but I don't know how to use that and for what it is used (can you explain to me some about its usage?)...
So, is it possible to use the cacert.pem
(see the link) for all my domains and subdomains (maybe, as a wildcard certificate) on localhost?
If so, how to do that? What certificate I have to take and use?
If no, what I need to do in order to use a wildcard certificate for all my domains and subdomains on localhost?
Of course those certificates must be accepted by browsers and working for HTTPS connection between my domains.
© Server Fault or respective owner