From: b Date: Mon, 9 Jan 2023 22:15:41 +0000 (+0000) Subject: add .conf X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=87436cb6a055ed0e3b50eb2417a6eeeb24aaddb7;p=botm%2Fcertbot add .conf --- diff --git a/makefile b/makefile index 687879b..64d50be 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -install: cp_bin cp_cron +install: cp_bin cp_conf cp_cron exec: botm.sh @@ -10,4 +10,7 @@ cp_bin: botm.sh exec cp_cron: certbot-botm.cron sudo cp certbot-botm.cron /etc/cron.d -PHONY: install exec cp_bin cp_cron +cp_conf: ssl-certbot-botm.conf + cp ssl-certbot-botm.conf /botm/etc/www/conf/ + +PHONY: install exec cp_bin cp_cron cp_conf diff --git a/ssl-certbot-botm.conf b/ssl-certbot-botm.conf new file mode 100644 index 0000000..8751f21 --- /dev/null +++ b/ssl-certbot-botm.conf @@ -0,0 +1,3 @@ +SSLEngine On +SSLCertificateFile /botm/etc/certbot/live/botm/cert.pem +SSLCertificateKeyFile /botm/etc/certbot/live/botm/privkey.pem