Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd details on generating LE certificate - andersdamsgaard.com - my photograph…
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit c6560b5bca3173a1c5155921f7812cbab7a54ea4
parent ed91cf23ad9b97045e4e7d7c618cb6b519388288
Author: Anders Damsgaard <[email protected]>
Date: Mon, 5 Nov 2018 10:52:55 +0100
Add details on generating LE certificate
Diffstat:
M Makefile | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -56,4 +56,8 @@ 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"
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.