jocover / esp32_u2f

Create a FIDO2/U2F token using ESP32
GNU General Public License v3.0
88 stars 17 forks source link

打扰一下,询问个硬件兼容性问题 - Excuse me, I have a hardware compatibility question. #1

Closed Zerek-Cheng closed 9 months ago

Zerek-Cheng commented 9 months ago

很高兴看到您为esp32硬件制作的u2f固件, 我想确认一下没有Click-Button的esp32板子能使用这个u2f功能吗? 每次Build的证书都是独立签发的吗?

Nice to see your u2f firmware for esp32 hardware.
I would like to confirm that an esp32 board without Click-Button can use this u2f feature?
Are the certificates issued independently for each build?
jocover commented 9 months ago

没有按键可以使用,Kconfig.projbuild下面有个选项,把BUTTON_ENABLE关了就是自动按键 证书可以自己用u2f_genkeys.sh生成,但是为了保护隐私,建议证书还是用公开的,我这里用opensk的公开证书

Zerek-Cheng commented 9 months ago

了解了 感谢您的回复