From abc1879974675eff03112194882fc105aad3af2b Mon Sep 17 00:00:00 2001 From: pstevenson Date: Tue, 26 Mar 2019 10:02:42 +0800 Subject: [PATCH] Removes redundant certs directory --- certs/README.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 certs/README.md diff --git a/certs/README.md b/certs/README.md deleted file mode 100644 index 6e0411f..0000000 --- a/certs/README.md +++ /dev/null @@ -1,6 +0,0 @@ -Certs -================ - -Copy `file.crt` and `file.key` into this directory for SSL certification (i.e. `example.com/file.crt` and `example.com/file.key`). - -Note that these should be kept secret! This directory should be added to your `.gitignore` file.