agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit b4181ecd2fc3b9f968695bbc1c47c6d92405e347
parent 61fc129dde23eb69f5ebef33328e24c11a3de9a6
Author: Johann150 <johann.galle@protonmail.com>
Date:   Sat, 27 Mar 2021 01:21:38 +0100

update Debian install script

Diffstat:
Mtools/debian/install.sh | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tools/debian/install.sh b/tools/debian/install.sh @@ -67,9 +67,7 @@ cp geminilogs /etc/logrotate.d/ echo "setting up content files..." mkdir -p /srv/gemini/content mkdir -p /srv/gemini/.certificates -openssl req -x509 -newkey rsa:4096 -keyout /srv/gemini/.certificates/key.rsa \ - -out /srv/gemini/.certificates/cert.pem -days 3650 -nodes \ - -subj "/CN=$(uname -n)" -addext "subjectAltName = DNS:$(uname -n)" +# agate will generate certificates on first run echo "starting service..." systemctl daemon-reload