]> bicyclesonthemoon.info Git - botm/certbot/commitdiff
add .conf
authorb <rowerynaksiezycu@gmail.com>
Mon, 9 Jan 2023 22:15:41 +0000 (22:15 +0000)
committerb <rowerynaksiezycu@gmail.com>
Mon, 9 Jan 2023 22:15:41 +0000 (22:15 +0000)
makefile
ssl-certbot-botm.conf [new file with mode: 0644]

index 687879bc2a3213357fb7a3465ee8146409cf29bb..64d50be177c04f8caddce72261ec8eaeddc0649b 100644 (file)
--- 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 (file)
index 0000000..8751f21
--- /dev/null
@@ -0,0 +1,3 @@
+SSLEngine On
+SSLCertificateFile /botm/etc/certbot/live/botm/cert.pem
+SSLCertificateKeyFile /botm/etc/certbot/live/botm/privkey.pem