]> git.ipfire.org Git - people/ms/strongswan.git/blob - testing/tests/ikev2/dhcp-static-client-id/hosts/moon/etc/strongswan.conf
testing: Migrate ikev2-stroke-bye scenarios to vici
[people/ms/strongswan.git] / testing / tests / ikev2 / dhcp-static-client-id / hosts / moon / etc / strongswan.conf
1 # /etc/strongswan.conf - strongSwan configuration file
2
3 swanctl {
4 load = pem pkcs1 x509 revocation constraints pubkey openssl random
5 }
6
7 charon-systemd {
8 load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default updown attr farp dhcp
9
10 plugins {
11 dhcp {
12 server = 10.1.255.255
13 identity_lease = yes
14 }
15 }
16 }