
我想hostapd-wpe
按照這個實施修補,但看起來 Windows 10 使用 MD5 證書,因此我將、和文件中的default_md
條目從更改為。sha1
md5
ca.cnf
server.cnf
client.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
?