make-cadir
This is a small RSA key management package, based on the openssl
Install
- All systems
-
curl cmd.cat/make-cadir.sh
- Debian
-
apt-get install easy-rsa
- Ubuntu
-
apt-get install easy-rsa
- Alpine
-
apk add easy-rsa
- Arch Linux
-
pacman -S easy-rsa
- Kali Linux
-
apt-get install easy-rsa
- Fedora
-
dnf install easy-rsa
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install easy-rsa
- Raspbian
-
apt-get install easy-rsa
- Dockerfile
- dockerfile.run/make-cadir
- Docker
-
docker run cmd.cat/make-cadir make-cadir
powered by Commando
easy-rsa
This is a small RSA key management package, based on the openssl
command line tool, that can be found in the easy-rsa subdirectory of the OpenVPN distribution. While this tool is primary concerned with key management for the SSL VPN application space, it can also be used for building web certificates.