Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # strongswan.conf - strongSwan configuration file
- starter {
- load_warning = no
- }
- charon {
- # number of worker threads in charon
- threads = 16
- # send strongswan vendor ID?
- # send_vendor_id = yes
- load=eap-mschapv2 charon aes des sha1 sha2 md5 random nonce x509 revocation constraints pubkey pkcs1 pkcs8 pgp dnskey pem fips-prf gmp xcbc cmac hmac attr kernel-netlink resolve socket-default stroke updown xauth-generic
- plugins {
- sql {
- # loglevel to log into sql database
- loglevel = -1
- # URI to the database
- # database = sqlite:///path/to/file.db
- # database = mysql://user:password@localhost/database
- }
- }
- # ...
- }
- pluto {
- }
- libstrongswan {
- # set to no, the DH exponent size is optimized
- # dh_exponent_ansi_x9_42 = no
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement