General concept
TODO: explain how bear and eap-tls works.
Motivation
TODO: better than passwords
Generating new Device-Certificates
There are two options for generating device-certificates.
-
TODO
-
TODO CSR
Rules for CSR:
In order to ensure your privacy and to not make mischief with certificates, there are some rules on what is allowed in certificates:
- Common names MUST match the schema
{user_part}@{domain_part}
{user_part} MUST be a valid UUID4 which MAY be randomly generated
- common names MUST be unique in the system
-
{domain_part} must be one of the following:
API-Documentation
The
Swagger can be found here.
Inner workings (for the tech-savvies)
TODO: briefly explain inner workings and considerations of bear
Contributing
TODO: link to git-page