commit 5e08a43e491965ef7f4c789c35935307e5d85274
parent 685c74474cd3de512f797806770785e612351a98
Author: decentral1se <decentral1se@web>
Date: Sun, 17 Nov 2024 10:47:53 +0100
docs: new domain
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/eik.mdwn b/eik.mdwn
@@ -21,6 +21,7 @@ We use `acme.sh` for handling certs, however expanding certs with a new domain i
-d top.permacomputing.net \
-d bitrot.permacomputing.net \
-d git.permacomputing.net \
+ -d compost.permacomputing.net \
-d newdomain.permacomputing.net
acme.sh --install-cert \
@@ -28,6 +29,7 @@ We use `acme.sh` for handling certs, however expanding certs with a new domain i
-d top.permacomputing.net \
-d bitrot.permacomputing.net \
-d git.permacomputing.net \
+ -d compost.permacomputing.net \
-d newdomain.permacomputing.net \
--key-file /etc/nginx/certs/key.pem \
--fullchain-file /etc/nginx/certs/cert.pem \