services.upki.settings

NixOS option

Settings written to the upki config file.

type: TOML value
Default
{ }
Example
{
  cache-dir = "/var/cache/upki";
  revocation.fetch-url = "https://upki.rustls.dev/";
}
declared in: nixos/modules/programs/upki.nixView source on NixOS/nixpkgs →