services.strongswan.ca
NixOS option
A set of CAs (certification authorities) and their options for the ‘ca xxx’ sections of the ipsec.conf file.
type: attribute set of attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/networking/strongswan.nixView source on NixOS/nixpkgs →{
strongswan = {
auto = "add";
cacert = "/run/keys/strongswanCert.pem";
crluri = "http://crl2.strongswan.org/strongswan.crl";
};
}