Add certbot role

This commit is contained in:
Alexander Dietrich 2018-11-03 17:38:00 +01:00
commit 66afa8879e
3 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# All flags used by the client can be configured here. Run Certbot with
# "--help" to learn more about the available options.
email = backend@hamburg.freifunk.net
rsa-key-size = 4096
authenticator = webroot
webroot-path = /var/www/_acme-challenge
agree-tos = True
non-interactive = True
text = True

View file

@ -0,0 +1,5 @@
#!/bin/bash
PATH="/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin"
service nginx reload