services.kubernetes.pki.cfsslAPIExtraSANs

NixOS option

Extra x509 Subject Alternative Names to be added to the cfssl API webserver TLS cert.

type: list of string
Default
[ ]
Example
[
  "subdomain.example.com"
]
declared in: nixos/modules/services/cluster/kubernetes/pki.nixView source on NixOS/nixpkgs →