Add certbot role
This commit is contained in:
parent
a0da1ff4df
commit
66afa8879e
3 changed files with 55 additions and 0 deletions
12
roles/certbot/files/cli.ini
Normal file
12
roles/certbot/files/cli.ini
Normal 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
|
5
roles/certbot/files/reload-nginx
Normal file
5
roles/certbot/files/reload-nginx
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
PATH="/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin"
|
||||
|
||||
service nginx reload
|
Loading…
Add table
Add a link
Reference in a new issue