tAdd LE renew command - andersdamsgaard.com - my photography webpage
(HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit a69300033e13ffaaa77e5f1124a3c2d2da77851c
(DIR) parent 5314f570b3846e797b9cada6163f237922b8bc5e
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 5 Nov 2018 14:08:44 +0100
Add LE renew command
Diffstat:
M Makefile | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -61,3 +61,7 @@ generate-letsencrypt-certificate:
sudo chown -R ad ~/.password-store/website
@echo "Certificate is fullchain.pem, key (PEM) is privkey.pem"
+.PHONY: generate-letsencrypt-certificate
+generate-letsencrypt-certificate:
+ sudo certbot renew
+