Skip to content

Files

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

SSL

OpenSSL

Check if you already have OpenSSL installed:

openssl version

⚠️ If error

Windows - Chocolatey

choco install openssl

Otherwise

Please follow instructions here to install it.

Run

Linux/MacOS

chmod +x ssl.sh
./ssl.sh

Windows - Powershell

.\ssl.ps1

or, if you have a SecurityError:

powershell -ExecutionPolicy unrestricted .\ssl.ps1