strongswan.conf 415 B

1234567891011121314151617181920
  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. rsa_pss = yes
  8. syslog {
  9. daemon {
  10. default = 1
  11. }
  12. auth {
  13. default = 0
  14. }
  15. }
  16. }