Install git.
yum -y install gitOr
apt-get install gitInstall letsencrypt cert.
git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt
cd /opt/letsencrypt
./letsencrypt-autoLast command will install any remaining dependencies, and you will get prompt to enter / select website for which you want to generate certificate. This script will auto install certificate, once done restart apache for config to take effect.
No comments:
Post a Comment