Skip to content
Jason Hempstead edited this page Aug 21, 2020 · 1 revision

ssl

OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS)

requires:

apt install openssl
yum install openssl
pacman -S openssl

Automatic install/update:

sudo bash -c "$(curl -LSs https://github.com/casjay-dotfiles/ssl/raw/master/install.sh)"

Manual install:

sudo git clone https://github.com/casjay-dotfiles/ssl "/usr/local/etc/ssl"
ln -sf /usr/local/etc/ssl /stc/ssl/CA/CasjaysDev

ssl wiki | ssl site

Clone this wiki locally