From 87436cb6a055ed0e3b50eb2417a6eeeb24aaddb7 Mon Sep 17 00:00:00 2001 From: b Date: Mon, 9 Jan 2023 22:15:41 +0000 Subject: [PATCH] add .conf --- makefile | 7 +++++-- ssl-certbot-botm.conf | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 ssl-certbot-botm.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 -- 2.30.2