swanctl doesn't do any (online) certificate validation, it just parses and or decrypts them and passes them on to the daemon.
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
swanctl {
|
|
load = pem pkcs1 x509 pubkey openssl random
|
|
}
|
|
|
|
charon-systemd {
|
|
load = nonce pem pkcs1 gcrypt hmac kdf x509 revocation vici kernel-netlink socket-default
|
|
send_vendor_id = yes
|
|
}
|