Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd letsencrypt challenge - andersdamsgaard.com - my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 600cbebed114283593f01415c37e8eb036a40aa8
parent 596c261b3af29785d46b932ef8e0fe3392fe6126
Author: Anders Damsgaard <[email protected]>
Date: Mon, 5 Nov 2018 09:32:05 +0100
Add letsencrypt challenge
Diffstat:
M Makefile | 7 +++++++
A static/.well-known/acme-challenge/… | 1 +
2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -50,3 +50,10 @@ deploy-fm: generate-public
lcd ./public/en; \
cd /anders.adamsgaard.dk/files/$(DOMAIN); \
mirror --reverse --delete --use-cache --verbose --parallel=2 -p"
+
+.PHONY: generate-letsencrypt-certificate
+generate-letsencrypt-certificate:
+ sudo certbot certonly -a manual \
+ -d $(DOMAIN) -d www.$(DOMAIN) \
+ -d $(DOMAIN:.com=.dk) -d www.$(DOMAIN:.com=.dk)
+
diff --git a/static/.well-known/acme-challenge/a0AusetlQcDqWTlHB7zDbNnz4Gbly95s…
t@@ -0,0 +1 @@
+a0AusetlQcDqWTlHB7zDbNnz4Gbly95s1UO5lmW_9mo.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.