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]