update readme

This commit is contained in:
ghost 2024-02-03 11:56:10 +02:00
parent d0940a715b
commit bb1da58156

View file

@ -26,7 +26,8 @@ Project under development, please join to work by sending PR or bug report!
1. `cd dokuwiki-gemini-server` 1. `cd dokuwiki-gemini-server`
2. `mkdir host/127.0.0.1` 2. `mkdir host/127.0.0.1`
3. `cp example/config.json host/127.0.0.1/config.json` 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 ## Start