From bb1da58156e30891a06589ba56b9047924aa63bd Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 3 Feb 2024 11:56:10 +0200 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7402b6b..c3bf6cd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Project under development, please join to work by sending PR or bug report! 1. `cd dokuwiki-gemini-server` 2. `mkdir host/127.0.0.1` 3. `cp example/config.json host/127.0.0.1/config.json` -4. `openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem -days 365 -nodes -subj "/CN=127.0.0.1"` +4. `cd host/127.0.0.1` +5. `openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem -days 365 -nodes -subj "/CN=127.0.0.1"` ## Start