From 58500c8e530cc9b0807afbe8b068fe7b00db0131 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 23 Sep 2020 11:19:29 -0400 Subject: Initial config parser --- config.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.ini (limited to 'config.ini') diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..b5c6052 --- /dev/null +++ b/config.ini @@ -0,0 +1,13 @@ +# Space-separated list of hosts +listen=0.0.0.0:1965 [::]:1965 + +[:tls] +# Path to store certificates on disk +store=/var/lib/gemini/certs + +# Details for new certificates +organization=gmnisrv user +email=jsmith@example.org + +[localhost] +root=/var/www -- cgit v1.2.3