ikev1 hybrid authentication does not need client certificates
This commit is contained in:
@@ -11,7 +11,6 @@ conn %default
|
||||
|
||||
conn home
|
||||
left=PH_IP_CAROL
|
||||
leftcert=carolCert.pem
|
||||
leftid=carol@strongswan.org
|
||||
leftauth=xauth
|
||||
leftfirewall=yes
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# /etc/ipsec.secrets - strongSwan IPsec secrets file
|
||||
|
||||
: RSA carolKey.pem "nH5ZQEWtku0RJEZ6"
|
||||
|
||||
carol : XAUTH "4iChxLT3"
|
||||
|
||||
@@ -11,7 +11,6 @@ conn %default
|
||||
|
||||
conn home
|
||||
left=PH_IP_DAVE
|
||||
leftcert=daveCert.pem
|
||||
leftid=dave@strongswan.org
|
||||
leftauth=xauth
|
||||
leftfirewall=yes
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# /etc/ipsec.secrets - strongSwan IPsec secrets file
|
||||
|
||||
: RSA daveKey.pem
|
||||
|
||||
dave : XAUTH "ryftzG4A"
|
||||
|
||||
Reference in New Issue
Block a user