| 1234567891011121314151617181920 | # /etc/strongswan.conf - strongSwan configuration fileswanctl {  load = pem pkcs1 x509 revocation constraints pubkey openssl random}charon-systemd {  load = random nonce sha1 sha2 mgf1 aes hmac pem pkcs1 x509 revocation constraints pubkey curve25519 gmp curl kernel-netlink socket-default updown vici  rsa_pss = yes  syslog {    daemon {      default = 1    }    auth {      default = 0    }  }}
 |