Easy steps to install easy-rsa package on Mac
Package Information:
Application Name – easy-rsa
What is easy-rsa – Not Available for easy-rsa
Use of easy-rsa – CLI utility to build and manage a PKI CA
URL – https://github.com/OpenVPN/easy-rsa
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install easy-rsa using brew
brew install easy-rsa
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
easy-rsa is ready to use now!