Introduction
Introduction Statistics Contact Development Disclaimer Help
tOnly copy relevant LE files to password store - andersdamsgaard.com - my photo…
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit d2ffb20d43c11043888db84d4bd04014b19fcce5
parent ff1905f0244b2a1204840ed6ee9d30b92eb2461e
Author: Anders Damsgaard <[email protected]>
Date: Mon, 24 Jun 2019 09:36:27 +0200
Only copy relevant LE files to password store
Diffstat:
M Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
t@@ -22,7 +22,8 @@ generate-letsencrypt-certificate:
sudo certbot certonly -a manual \
-d $(DOMAIN) -d www.$(DOMAIN) \
-d $(DOMAIN:.com=.dk) -d www.$(DOMAIN:.com=.dk)
- sudo cp /etc/letsencrypt/live/andersdamsgaard.com/{cert,chain,fullchai…
+ sudo cp /etc/letsencrypt/live/andersdamsgaard.com/{fullchain,privkey}.…
+ ~/.password-store/website/andersdamsgaard.com
sudo chown -R ad ~/.password-store/website/andersdamsgaard.com
@echo "Certificate is fullchain.pem, key (PEM) is privkey.pem"
@echo "Upload to the gitlab pages configuration"
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.