Zenki
Zenki Home Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Install OpenSSL

To install OpenSSL on your system perform the following steps in this guide.

  • Microsoft Windows

For Microsoft Windows, install one of the binaries provided by OpenSSL: OpenSSL Windows Binaries

  • macOS

  1. Paste the following command in a Terminal (Press Command+Space and type Terminal and press enter/return key):
1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Wait for the command to finish. If you are prompted to enter a password, please type your Mac user’s login password and press ENTER.

2. Copy and paste the following command:

1
brew install openssl
  • Linux

Ubuntu
  1. Copy and paste the following commands on your Linux Terminal:
1
2
sudo apt-get update
sudo apt-get install openssl
Online Tool

If you cannot install OpenSSL on your system, you can try the following online tool: https://www.cryptool.org/en/cto/openssl


Now that you have OpenSSL installed on your computer, you can continue to with generating your keys

Resources

OpenSSL Website: https://openssl.org