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:
|
then generate the certificate:
|
||||||
|
|
||||||
```
|
```
|
||||||
apt-get install -y git bc openssl
|
wget https://dl.eff.org/certbot-auto
|
||||||
git clone https://github.com/certbot/certbot /opt/letsencrypt
|
chmod a+x certbot-auto
|
||||||
cd /opt/letsencrypt
|
|
||||||
./certbot-auto certonly --standalone
|
./certbot-auto certonly --standalone
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue