services.step-ca.intermediatePasswordFile

NixOS option

Path to the file containing the password for the intermediate certificate private key. Make sure to use a quoted absolute path instead of a path literal to prevent it from being copied to the globally readable Nix store.

type: null or absolute path not in the Nix store
Default
null
Example
"/run/keys/smallstep-password"
declared in: nixos/modules/services/security/step-ca.nixView source on NixOS/nixpkgs →