Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (870)
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 (3114)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2509)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
OpenSSL "ca" - Create CSR for Testing
How to generate a new CSR to test the OpenSSL "ca" command?
✍: FYIcenter.com
If you need some CSR (Certificate Signing Request) 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 -newkey rsa:1024 -out test.csr Generating a 1024 bit RSA private key ...........................++++++ .......++++++ writing new private key to 'privkey.pem' 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]:NY Locality Name (eg, city) []:NY Organization Name (eg, company) [Internet Widgits Pty Ltd]:FYIcenter.com Organizational Unit Name (eg, section) []: Common Name (e.g. server FQDN or YOUR name) []:www.fyicenter.com Email Address []:joe@fyicenter.com Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []:fyicenter An optional company name []:
Notes about this test:
⇒ OpenSSL "ca" - Create CA Certificate for Testing
2016-09-18, 1921👍, 0💬
Popular Posts:
How to search and export a certificate from a certificate store into a certificate file with Microso...
Certificate Summary: Subject: GeoTrust Universal CA Issuer: GeoTrust Universal CA Expiration: 2029-0...
What certificates are included in the Java 7 default trusted certificate keystore file: "cacerts"? F...
What is "makecert.exe" on Windows? What can I use it for? "makecert.exe" is a Certificate Creation t...
What are file name extensions used for certificates? I see .cer files on my Windows computer. Most c...