mirror of
https://github.com/joostd/esp8266-eduroam.git
synced 2026-04-25 00:25:57 +03:00
[GH-ISSUE #2] Certificate Makefile dont generate proper certificate #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dpenezic on GitHub (Apr 19, 2016).
Original GitHub issue: https://github.com/joostd/esp8266-eduroam/issues/2
Certificate are made according partial information of openssl.cnf and local settings, which generate inappropriate length of certificate.
My wild guess is that certificate may be max 1024bit long , according some other routine use by official set of routine.
Certificate longer then 1024bit dont work.