services.certspotter.watchlist

NixOS option

Domain names to watch. To monitor a domain with all subdomains, prefix its name with . (e.g. .example.org).

type: list of string
Default
[ ]
Example
[
  ".example.org"
  "another.example.com"
]
declared in: nixos/modules/services/monitoring/certspotter.nixView source on NixOS/nixpkgs →