From: Alan T. DeKok Date: Mon, 22 Jun 2015 01:54:58 +0000 (-0400) Subject: Use the snake oil CA X-Git-Tag: release_3_0_9~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7808e46aa2eba119b6da02af6b9e6dfcb9e7db13;p=thirdparty%2Ffreeradius-server.git Use the snake oil CA --- diff --git a/src/tests/eap-ttls-pap.conf b/src/tests/eap-ttls-pap.conf index 4c14cc34782..8d38b72e46f 100644 --- a/src/tests/eap-ttls-pap.conf +++ b/src/tests/eap-ttls-pap.conf @@ -6,6 +6,7 @@ network={ eap=TTLS identity="bob" anonymous_identity="anonymous" + ca_cert="../../raddb/certs/ca.pem" password="bob" phase2="auth=PAP" }