Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (976)
Firefox (30)
General (10)
Google Chrome (25)
Intermediate CA (152)
Java VM (29)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (21)
OpenSSL (236)
Other (7)
Portecle (38)
Publishers (3306)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2648)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
OpenSSL "ca" - Create CA Certificate for Testing
How to generate a new root CA certificate to test the OpenSSL "ca" command?
✍: FYIcenter.com
If you need some root CA (Certificate Authority) certificates for testing purpose,
you can generate them using the OpenSSL "req" command as shown below:
C:\Users\fyicenter>\local\OpenSSL-Win32\bin\openssl.exe OpenSSL> req -x509 -newkey rsa:1024 -keyout my_ca.key -out my_ca.crt Generating a 1024 bit RSA private key ....++++++ ........................++++++ writing new private key to 'my_ca.key' Enter PEM pass phrase:fyicenter Verifying - Enter PEM pass phrase:fyicenter ----- You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:US State or Province Name (full name) [Some-State]:TX Locality Name (eg, city) []:City Organization Name (eg, company) [Internet Widgits Pty Ltd]:FYIcenter.com Organizational Unit Name (eg, section) []:Security Common Name (e.g. server FQDN or YOUR name) []:FYIcenter Root CA Email Address []:root-ca@fyicenter.com
Notes about this test:
⇒ OpenSSL "ca" Error "./demoCA/newcerts: No such file or directory"
2016-09-18, 2396👍, 0💬
Popular Posts:
What can I use OpenSSL "s_client" command for? What are options supported by the "s_client" command?...
Certificate summary - Owner: *.hostgator.com, PositiveSSL Wildcard, Domain Control Validated Issuer:...
What is a JKS (Java KeyStore) file? I heard that it used to provide CA certificates to Java applicat...
Certificate Summary: Subject: UTN-USERFirst-Client Authentication and Email Issuer: UTN-USERFirst-Cl...
How to export the public key out from a certificate using OpenSSL "x509" command? You can export the...