From b9df5ce8e36d281227f520f293d44e5a2cb600cc Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 14 Jun 2017 21:40:31 -0700 Subject: [PATCH] Create SECURITY.md --- doc/SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/SECURITY.md b/doc/SECURITY.md index f921ed86..aa23d7de 100644 --- a/doc/SECURITY.md +++ b/doc/SECURITY.md @@ -23,7 +23,7 @@ rqlite supports encryption of all inter-node traffic. To enable this, pass `-nod One way to generate the necessary (possibly self-signed) resources is via [openssl](https://www.openssl.org/): ``` -openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 +openssl req -x509 -nodes -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 ``` ## Basic Auth