mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-07 00:01:49 -04:00
updated ikev1/xauth-rsa-mode-config scenario to support xauth plugin
This commit is contained in:
parent
1fe5d973cb
commit
73434ce9eb
@ -2,4 +2,4 @@
|
||||
|
||||
: RSA carolKey.pem "nH5ZQEWtku0RJEZ6"
|
||||
|
||||
: XAUTH carol "4iChxLT3"
|
||||
carol@strongswan.org : XAUTH "4iChxLT3"
|
||||
|
@ -0,0 +1,11 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
pluto {
|
||||
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl xauth
|
||||
}
|
||||
|
||||
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||
|
||||
libstrongswan {
|
||||
dh_exponent_ansi_x9_42 = no
|
||||
}
|
@ -2,4 +2,4 @@
|
||||
|
||||
: RSA daveKey.pem
|
||||
|
||||
: XAUTH dave "ryftzG4A"
|
||||
dave@strongswan.org : XAUTH "ryftzG4A"
|
||||
|
@ -0,0 +1,11 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
pluto {
|
||||
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl xauth
|
||||
}
|
||||
|
||||
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||
|
||||
libstrongswan {
|
||||
dh_exponent_ansi_x9_42 = no
|
||||
}
|
@ -2,6 +2,6 @@
|
||||
|
||||
: RSA moonKey.pem
|
||||
|
||||
: XAUTH carol "4iChxLT3"
|
||||
carol@strongswan.org : XAUTH "4iChxLT3"
|
||||
|
||||
: XAUTH dave "ryftzG4A"
|
||||
dave@strongswan.org : XAUTH "ryftzG4A"
|
||||
|
@ -0,0 +1,11 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
pluto {
|
||||
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl xauth
|
||||
}
|
||||
|
||||
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||
|
||||
libstrongswan {
|
||||
dh_exponent_ansi_x9_42 = no
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user