mirror of https://github.com/zulip/zulip.git
docs: Update Let's Encrypt CertBot install instructions.
This commit is contained in:
parent
d09b07310d
commit
7d6541867b
|
@ -33,9 +33,8 @@ First, install the Let's Encrypt client [Certbot](https://certbot.eff.org/) and
|
|||
then generate the certificate:
|
||||
|
||||
```
|
||||
apt-get install -y git bc openssl
|
||||
git clone https://github.com/certbot/certbot /opt/letsencrypt
|
||||
cd /opt/letsencrypt
|
||||
wget https://dl.eff.org/certbot-auto
|
||||
chmod a+x certbot-auto
|
||||
./certbot-auto certonly --standalone
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue