use openssl to retrieve certificate
These days I am working on a certificate issue. During the debug session, I got a trick about how to retrieve the certificate from a […]
Read More →These days I am working on a certificate issue. During the debug session, I got a trick about how to retrieve the certificate from a […]
Read More →I explained why google chrome browser does not respect a certificate without Subject Alternative Name in my earlier post. I also showed how to create […]
Read More →I showed how to create a self-signed certificate using openssl command line in this post. However, after I created a self-signed certificate using the similar […]
Read More →Use the below command to create a self-signed certificate: openssl req -x509 -days 365 -nodes -newkey rsa:2048 -keyout tls.key -out tls.crt \ -subj “/C=CN/ST=Shandong/L=Qingdao/O=Nokia/OU=RD Team/CN=deskshell.com” […]
Read More →