diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2016-03-09 17:39:15 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-03-09 17:49:24 (GMT) |
commit | 71fd685fb8d20a199b2c7792ad42b75a12a7ed50 (patch) | |
tree | b16a759472d0eedbbf6c25c3cef2e43c8c2df939 | |
parent | 40ae4a2ff20d101cf95b05de6d878376ad6a5977 (diff) | |
download | hostap-71fd685fb8d20a199b2c7792ad42b75a12a7ed50.zip hostap-71fd685fb8d20a199b2c7792ad42b75a12a7ed50.tar.gz hostap-71fd685fb8d20a199b2c7792ad42b75a12a7ed50.tar.bz2 |
tests: Set ocsp_stapling_response_multi in as2.conf
This keeps the as.conf and as2.conf more consistent.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
-rw-r--r-- | tests/hwsim/auth_serv/as2.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hwsim/auth_serv/as2.conf b/tests/hwsim/auth_serv/as2.conf index d9ee031..9bacbfa 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 |