Self-Signed-Certificate

Self-signed certificates are public key certificates that are not issued by a certificate authority (CA). You’d use these certificates for development and testing. Create the certificate openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -subj '/O=your-domain-name Inc. [Read More]

SSL-and-TLS-Certificates

HTTPS uses an encryption protocol to encrypt communications. The protocol is called Transport Layer Security (TLS), although formerly it was known as Secure Sockets Layer (SSL). This protocol secures communications by using what’s known as an asymmetric public key infrastructure. [Read More]