From 824f966b1daac1678c19634aa05c85f4b9d7138c Mon Sep 17 00:00:00 2001 From: Johan Ryberg Date: Tue, 9 May 2017 09:40:20 +0200 Subject: [PATCH] Changed file suffix to crt instead of cert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce7656d..2bd2a33 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ docker run -it -d \ And in your ```/certs``` dir, create private/public certs with file names: * misp.key -* misp.cert +* misp.crt # Security note in regards to key generation: We have added "rng-tools" in order to help with entropy generation,