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