strongswan.conf 339 B

123456789101112131415
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. swanctl {
  3. load = pem botan x509 revocation constraints pubkey
  4. }
  5. charon-systemd {
  6. load = nonce test-vectors botan pem x509 revocation constraints pubkey curl kernel-netlink socket-default updown vici
  7. rsa_pss = yes
  8. integrity_test = yes
  9. crypto_test {
  10. on_add = yes
  11. }
  12. }