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 0d71a4029c5bfc945d0c4320b9c31b9b177a02da
parent 7ee7a224b40382f9438b494b2a2dd727c6e75a43
Author: decentral1se <decentral1se@web>
Date:   Mon, 18 Nov 2024 11:59:35 +0100

fix: add berlin

Diffstat:
Meik.mdwn | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/eik.mdwn b/eik.mdwn @@ -22,6 +22,7 @@ We use `acme.sh` for handling certs, however expanding certs with a new domain i -d bitrot.permacomputing.net \ -d git.permacomputing.net \ -d compost.permacomputing.net \ + -d berlin.permacomputing.net \ -d newdomain.permacomputing.net acme.sh --install-cert \ @@ -30,6 +31,7 @@ We use `acme.sh` for handling certs, however expanding certs with a new domain i -d bitrot.permacomputing.net \ -d git.permacomputing.net \ -d compost.permacomputing.net \ + -d berlin.permacomputing.net \ -d newdomain.permacomputing.net \ --key-file /etc/nginx/certs/key.pem \ --fullchain-file /etc/nginx/certs/cert.pem \