more documentation

This commit is contained in:
Jan Wolff 2020-05-19 07:25:03 +02:00
parent 710e8aae56
commit b6e428eba2
5 changed files with 50 additions and 18 deletions

7
doc/index.gmi Normal file
View file

@ -0,0 +1,7 @@
# Gemini!
This file is served over Gemini by Sheldon Director!
=> spec-spec.txt Read the Gemini spec
=> key.pem The private key of this server!

View file

@ -2,16 +2,16 @@
default_host = localhost
# should be self explanatory
gem_root = /var/gemini/
gem_root = ./doc
# you can define as many of these as you like
listen = [::1]:1965
listen = 127.0.0.1:1965
# privilege level for the server to drop to after initializing
user = gem-data
group = gem-data
user = nobody
group = nobody
# certificate data MUST be in PEM format right now
cert_key = /etc/ssl/private/gemini-key.pem
cert_chain = /etc/ssl/certs/gemini-chain.pem
cert_key = ./doc/key.pem
cert_chain = ./doc/cert.pem