17 lines
396 B
Plaintext
Executable File
17 lines
396 B
Plaintext
Executable File
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
swanctl {
|
|
load = pem pkcs1 x509 revocation constraints pubkey openssl random
|
|
}
|
|
|
|
charon-systemd {
|
|
load = random nonce aes md5 sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl eap-radius kernel-netlink socket-default updown vici
|
|
|
|
plugins {
|
|
eap-radius {
|
|
secret = gv6URkSs
|
|
server = PH_IP_ALICE
|
|
}
|
|
}
|
|
}
|