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