適用於 Windows 10 的 hostapd-wpe

適用於 Windows 10 的 hostapd-wpe

我想hostapd-wpe按照這個實施修補,但看起來 Windows 10 使用 MD5 證書,因此我將、和文件中的default_md條目從更改為。sha1md5ca.cnfserver.cnfclient.cnf

然後我創建了證書:

cd /etc/hostapd-wpe/certs
./bootstrap
make install 

但是當我跑步時hostapd-wpe /etc/hostapd-wpe/hostapd-wpe.conf,我得到:

OpenSSL: tls_global_client_cert - Failed to load client certificate
error:140AB18E:SSL routines:SSL_CTX_use_certificate:ca md too weak

我怎樣才能強迫openssl與 一起工作md5

相關內容