swanctl doesn't do any (online) certificate validation, it just parses and or decrypts them and passes them on to the daemon.
12 lines
244 B
Plaintext
Executable File
12 lines
244 B
Plaintext
Executable File
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
swanctl {
|
|
load = botan pem x509 pubkey
|
|
}
|
|
|
|
charon-systemd {
|
|
load = nonce botan pem x509 revocation constraints pubkey curl kernel-netlink socket-default updown vici
|
|
|
|
rsa_pss = yes
|
|
}
|