Installing Zulip part2: Using Let’s Encrypt to get a ssl certificate
Hi Guys sorry for some flickering again will reload the os.
commands are:
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
./certbot-auto certonly –standalone
Move the cert;
ln -s /etc/letsencrypt/live/YOUR_DOMAIN/privkey.pem /etc/ssl/private/zulip.key ln -s /etc/letsencrypt/live/YOUR_DOMAIN/fullchain.pem /etc/ssl/certs/zulip.combined-chain.crt