From b508815b080f5773e148c4219860f559495d74a6 Mon Sep 17 00:00:00 2001 From: Matt Bostock Date: Sat, 14 Nov 2015 22:03:16 +0000 Subject: [PATCH] Add missing 'a' before 'safe' Add an 'a' before the word 'safe' so that the sentences about protecting `privkey.pem` makes sense. --- docs/using.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using.rst b/docs/using.rst index 8e8fd132e..45db2bbad 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -204,7 +204,7 @@ The following files are available: .. warning:: This **must be kept secret at all times**! Never share it with anyone, including Let's Encrypt developers. You cannot - put it into safe, however - your server still needs to access + put it into a safe, however - your server still needs to access this file in order for SSL/TLS to work. This is what Apache needs for `SSLCertificateKeyFile