Categories:
DH Keys (148)
DSA Keys (201)
EC Keys (292)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (155)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1174)
Revoked Certificates (33)
Root CA (87)
RSA Keys (2024)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
Start OpenSSL from Working Directory
How to start OpenSSL from my working directory where I have certificates stored.
✍: FYIcenter.com
You can start OpenSSL from a command line window
as shown in the tutorial:
1. Open a command line window.
2. Use the "cd" command to go to your working directory.
3. Run the OpenSSL program with the full path name as shown below:
C:\ C:\>cd \Users\fyicenter C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL>
4. Try the "version" command and exit
OpenSSL> version OpenSSL 1.0.2h 3 May 2016 OpenSSL> exit
⇒ Download and Install OpenSSL slproweb Binary for Windows
⇐ OpenSSL Command Option to List All Options
2012-07-23, 7317👍, 0💬
Popular Posts:
Certificate Summary: Subject: COMODO High-Assurance Secure Server CA Issuer: AddTrust External CA Ro...
How can I specify the search location of certificate stores for Microsoft "certutil" command? The do...
Can I use the "keytool -printcert" command to download the certificate from a Web site? I know the W...
Certificate Summary: Subject: UTN-USERFirst-Object Issuer: UTN-USERFirst-Object Expiration: 2019-07-...
What are CRL (Certificate Revocation List) and OCSP (Online Certificate Status Protocol)? I want to ...