@sequencemedia/certificates
v1.0.613
Published
Generate root CA and self-signed certificates with OpenSSL
Downloads
1,166
Readme
@sequencemedia/certificates
Pre-requisites for Windows
Install the latest pre-built release of OpenSSL
Install with an MSI
Get an MSI from the Win32/Win64 OpenSSL Installation Project (e.g., 3.0.7)
Or install with Chocolatey
choco install openssl
Add OpenSSL to the PATH
An article on Medium also refers to the OpenSSL Installation Project and describes (with screenshots) how to add OpenSSL to the PATH
Once you have added OpenSSL to the PATH
, open a console and at the command prompt enter openssl version
to confirm the installation