diff options
| author | Jan Wolff <janw@mailbox.org> | 2020-05-19 07:25:03 +0200 |
|---|---|---|
| committer | Jan Wolff <janw@mailbox.org> | 2020-05-19 07:25:03 +0200 |
| commit | b6e428eba2397ab063f6580098fe100906c44fb1 (patch) | |
| tree | 967a5c6a48bd8f10458250d57a0b5f5d014e78be /doc | |
| parent | 710e8aae565bd376d493ed89859c52d7f58a34f7 (diff) | |
more documentation
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.gmi | 7 | ||||
| -rw-r--r-- | doc/sheldond.conf | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/doc/index.gmi b/doc/index.gmi new file mode 100644 index 0000000..9bfce2a --- /dev/null +++ b/doc/index.gmi @@ -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! + diff --git a/doc/sheldond.conf b/doc/sheldond.conf index 1af1389..7c39f06 100644 --- a/doc/sheldond.conf +++ b/doc/sheldond.conf @@ -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 |
