Category Archives: SSL Certificates

How to create an HTTPS certificate for localhost domains

Certificate authority (CA) Generate RootCA.pem, RootCA.key & RootCA.crt: Domain name certificate Let’s say you have two domains fake1.local and fake2.local that are hosted on your local machine for development (using the hosts file to point them to 127.0.0.1). First, create a file domains.ext that lists all your local domains: DNS.1 = localhost DNS.2 … Continue reading

Posted in SSL Certificates | Leave a comment

Why do I get an “unable to write ‘random state’” error message in Windows 10? OPENSSL

Posted in SSL Certificates | Leave a comment

HOW TO CONVERT SSL CERTIFICATE IN DIFFERENT FORMAT

PEM Format The PEM format is the most common format that Certificate Authorities issue certificates in. PEM certificates usually have extensions such as .pem, .crt, .cer, and .key. They are Base64 encoded ASCII files and contain “—–BEGIN CERTIFICATE—–” and “—–END CERTIFICATE—–” statements. Server … Continue reading

Posted in CODE IGNITER, SSL Certificates, WEB DEVELOPING | Leave a comment