Blob


1 # vostok: simple C++11 Gemini server
3 A self-signed certificate is required:
4 ```
5 $ mkdir cert/
6 $ openssl req -newkey rsa:4096 -nodes -keyout cert/server.key -x509 -days 36500 -out cert/server.crt
7 ```
9 Build and run server:
10 ```
11 $ make run_server
12 ```
14 ## Development blog (in Russian)
16 => /reports/0.0.1.gmi v0.0.1 (2023-08-17)
18 ## See also
20 => gemini://gemini.circumlunar.space/docs/specification.gmi Project Gemini (Speculative specification)
21 => ssh://anonymous@got.any-key.press/vostok vostok source code (git)
22 => https://got.any-key.press/?action=summary&path=vostok.git vostok source code (web)
24 Contact: vostok@to.any-key.press