Add certbot role
This commit is contained in:
parent
a0da1ff4df
commit
66afa8879e
3 changed files with 55 additions and 0 deletions
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