r/postgresql-cert: ACME certificates using certbot
This role can be used to get a server certificate for PostgreSQL from an ACME CA using `certbot`. It fetches the initial certificate and copies it to the PostgreSQL configuration directory. It also sets up a post-renewal hook script that copies updated certificates and reload the server.
This commit is contained in:
3
roles/postgresql-cert/templates/certbot-renew.timer.j2
Normal file
3
roles/postgresql-cert/templates/certbot-renew.timer.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
[Timer]
|
||||
RandomizedDelaySec=15m
|
||||
OnCalendar=hourly
|
||||
Reference in New Issue
Block a user