security.acme.defaults.postRun

NixOS option

Commands to run after new certificates go live. Note that these commands run as the root user. Executed in the same directory with the new certificate.

type: strings concatenated with "\n"
Default
""
Example
"cp full.pem backup.pem"
declared in: nixos/modules/security/acmeView source on NixOS/nixpkgs →