strongswan.conf 398 B

123456789101112131415161718
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. swanctl {
  3. load = pem pkcs1 x509 revocation constraints pubkey openssl random
  4. }
  5. charon-systemd {
  6. load = random nonce sha1 sha2 mgf1 aes hmac pem pkcs1 x509 revocation constraints pubkey curve25519 gmp curl kernel-netlink socket-default updown vici
  7. syslog {
  8. daemon {
  9. default = 1
  10. }
  11. auth {
  12. default = 0
  13. }
  14. }
  15. }