services.certspotter.hooks
NixOS option
Scripts to run upon the detection of a new certificate. See man 8 certspotter-script or the GitHub page for more info.
type: list of absolute pathDefault
[ ]
Example
declared in: nixos/modules/services/monitoring/certspotter.nixView source on NixOS/nixpkgs →[
(pkgs.writeShellScript "certspotter-hook" ''
echo "Event summary: $SUMMARY."
'')
]