From 20cacd99d2a165edb9149daeff9fc8112f5acb9d Mon Sep 17 00:00:00 2001 From: Marius Pana Date: Sat, 18 Jun 2022 11:17:35 +0300 Subject: [PATCH] fix typo in conf dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b543f27..d111ad5 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ For production (shakes tree, minifies and gzips to get smaller size): ## Generate server certificates - pushd config + pushd conf openssl genrsa -out key.pem openssl req -new -key key.pem -out csr.pem openssl x509 -req -days 9999 -in csr.pem -signkey key.pem -out cert.pem