README: add letsencrypt configuration

This commit is contained in:
Alexandre Iooss 2022-10-12 11:12:31 +02:00
parent cf955fc53b
commit 3b4ab05952
3 changed files with 27 additions and 1 deletions

2
docs/renewal-hooks_post_nginx Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
nginx -t && nginx -s reload