certbot: add possibility to specify commands to run on new certs
This makes it possible to e.g. reload nginx when new certificates are present.
This commit is contained in:
parent
e53da90160
commit
95a3901935
5 changed files with 35 additions and 1 deletions
|
@ -26,3 +26,11 @@ argument_specs:
|
|||
type: str
|
||||
required: false
|
||||
default: 31820
|
||||
certbot__new_cert_commands:
|
||||
description: >-
|
||||
A list of commands to execute after getting a new certificate.
|
||||
Will be added into a bash script.
|
||||
type: list
|
||||
elements: str
|
||||
required: false
|
||||
default: [ ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue