summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Roesler <diafygi@gmail.com>2016-03-26 10:42:24 -0700
committerDaniel Roesler <diafygi@gmail.com>2016-03-26 10:42:24 -0700
commita5ddc47769e9631f029552b8aa8e4f24f575adcc (patch)
tree92f4c2c49dbbd05dd47951d8ebdd5b515d920aa5 /README.md
parent12112bcb2fe7b6bfa707118537b0f720b9f6ff44 (diff)
updated intermediate cert to X3
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