Initial commit

This commit is contained in:
root
2020-03-24 22:22:28 +01:00
commit c3a7ef3780
10 changed files with 154 additions and 0 deletions

14
certbot-webroot.service Normal file
View File

@ -0,0 +1,14 @@
[Unit]
Description=certbot-webroot.js - webservice for helping certbot to validate FQDN
Documentation=https://www.blorand.org
After=network.target
[Service]
EnvironmentFile=-/etc/default/certbot-webroot
Type=simple
User=www-data
ExecStart=/usr/bin/node /opt/certbot-webbroot/certbot-webroot.js
Restart=on-failure
[Install]
WantedBy=multi-user.target