swanctl doesn't do any (online) certificate validation, it just parses and or decrypts them and passes them on to the daemon.
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
swanctl {
|
|
load = pem pkcs1 x509 pubkey openssl random
|
|
}
|
|
|
|
charon-systemd {
|
|
load = curl test-vectors pem pkcs1 gcrypt nonce x509 revocation hmac kdf xcbc ctr ccm gcm vici kernel-netlink socket-default updown
|
|
integrity_test = yes
|
|
crypto_test {
|
|
on_add = yes
|
|
}
|
|
}
|