summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1dfad20..ae75415 100644
--- a/README.md
+++ b/README.md
@@ -278,8 +278,8 @@ example on how to configure an nginx server:
```
#NOTE: For nginx, you need to append the Let's Encrypt intermediate cert to your cert
-user@hostname:~$ wget https://letsencrypt.org/certs/lets-encrypt-x1-cross-signed.pem
-user@hostname:~$ cat signed.crt lets-encrypt-x1-cross-signed.pem > chained.pem
+user@hostname:~$ wget https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem
+user@hostname:~$ cat signed.crt lets-encrypt-x3-cross-signed.pem > chained.pem
```
```nginx