permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit cd1dd553f56c8388a3312c008cfc9c6bc37502ba
parent 0198d2c5cd61ab73a926c7ee243fe4def134b6cc
Author: decentral1se <decentral1se@web>
Date:   Sun, 29 Sep 2024 09:09:20 +0200

add git to https incantation

Diffstat:
Meik.mdwn | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/eik.mdwn b/eik.mdwn @@ -20,11 +20,14 @@ We use `acme.sh` for handling certs, however expanding certs with new domain is -d eik.permacomputing.net \ -d top.permacomputing.net \ -d bbs.permacomputing.net \ + -d git.permacomputing.net \ -d newdomain.permacomputing.net - acme.sh --install-cert \ + +acme.sh --install-cert \ -d eik.permacomputing.net \ -d top.permacomputing.net \ -d bbs.permacomputing.net \ + -d git.permacomputing.net \ -d newdomain.permacomputing.net \ --key-file /etc/nginx/certs/key.pem \ --fullchain-file /etc/nginx/certs/cert.pem \