https://github.com/sequencemedia/certificates
https://github.com/sequencemedia/certificates
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sequencemedia/certificates
- Owner: sequencemedia
- Created: 2023-01-11T01:43:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-23T14:51:00.000Z (10 months ago)
- Last Synced: 2025-08-23T17:16:17.707Z (10 months ago)
- Language: JavaScript
- Size: 2.02 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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](https://slproweb.com/products/Win32OpenSSL.html) (e.g., [3.0.7](https://slproweb.com/download/Win64OpenSSL-3_0_7.msi))
### Or install with Chocolatey
```
choco install openssl
```
### Add OpenSSL to the `PATH`
An [article on Medium](https://medium.com/swlh/installing-openssl-on-windows-10-and-updating-path-80992e26f6a1) also refers to the [OpenSSL Installation Project](https://slproweb.com/products/Win32OpenSSL.html) 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