Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd new LE challenge, fix renew certificate target - andersdamsgaard.com - my …
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 1ae04e9d798a4c4fd82c8d36b949ad40debaafbb
parent 084bba8256751ae207b59b87ffb03c6317a14492
Author: Anders Damsgaard <[email protected]>
Date: Mon, 14 Jan 2019 17:17:38 +0100
Add new LE challenge, fix renew certificate target
Diffstat:
M Makefile | 6 ++----
A themes/tale-mod/static/.well-known… | 1 +
2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -22,12 +22,10 @@ generate-letsencrypt-certificate:
sudo certbot certonly -a manual \
-d $(DOMAIN) -d www.$(DOMAIN) \
-d $(DOMAIN:.com=.dk) -d www.$(DOMAIN:.com=.dk)
- mkdir -p keys/
sudo cp /etc/letsencrypt/live/andersdamsgaard.com/{cert,chain,fullchai…
sudo chown -R ad ~/.password-store/website
@echo "Certificate is fullchain.pem, key (PEM) is privkey.pem"
+ @echo "Upload to the gitlab pages configuration"
.PHONY: renew-letsencrypt-certificate
-renew-letsencrypt-certificate:
- sudo certbot renew
-
+renew-letsencrypt-certificate: generate-letsencrypt-certificate
diff --git a/themes/tale-mod/static/.well-known/acme-challenge/EgThDrG8BW_rACGo…
t@@ -0,0 +1 @@
+EgThDrG8BW_rACGoZhJGI0j1HaeWpMFRSP_XIDYgxG0.EW10cOVBX5g9V85GjtRY5lxRn9OEUmefzO…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.