From 0eaf6d2445f89bcf7d5537826caf4e2726402d56 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Mon, 3 Aug 2015 22:17:27 +0200 Subject: [PATCH] Typo --- _posts/2014-03-30-ocsp-stapling-with-nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2014-03-30-ocsp-stapling-with-nginx.md b/_posts/2014-03-30-ocsp-stapling-with-nginx.md index afd0a56..16c0036 100644 --- a/_posts/2014-03-30-ocsp-stapling-with-nginx.md +++ b/_posts/2014-03-30-ocsp-stapling-with-nginx.md @@ -43,7 +43,7 @@ For CAcert (and unless you have a Class 3 certificate) you only have to include StartSSL - using a Class 1 certificate again - has an intermediate certificate in their chain, so you have to include this one in your stapling file, too. {% highlight text %} -03/08/2015: Removed. Get root certificate and the intermediate certificate here: https://www.startssl.com/certs/ +03/08/2015: Removed. Get the root certificate and the intermediate certificate here: https://www.startssl.com/certs/ {% endhighlight %} After you've done all that, you can restart nginx or reload the configuration and you should be good to go!