From 71fd685fb8d20a199b2c7792ad42b75a12a7ed50 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 9 Mar 2016 19:39:15 +0200 Subject: [PATCH] tests: Set ocsp_stapling_response_multi in as2.conf This keeps the as.conf and as2.conf more consistent. Signed-off-by: Jouni Malinen --- tests/hwsim/auth_serv/as2.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hwsim/auth_serv/as2.conf b/tests/hwsim/auth_serv/as2.conf index d9ee031ef..9bacbfa52 100644 --- a/tests/hwsim/auth_serv/as2.conf +++ b/tests/hwsim/auth_serv/as2.conf @@ -12,6 +12,7 @@ ca_cert=auth_serv/ca.pem server_cert=auth_serv/server.pem private_key=auth_serv/server.key ocsp_stapling_response=LOGDIR/ocsp-server-cache.der +ocsp_stapling_response_multi=LOGDIR/ocsp-multi-server-cache.der server_id=server2.w1.fi eap_sim_db=unix:/tmp/hlr_auc_gw.sock db=LOGDIR/hostapd.db dh_file=auth_serv/dh.conf