Documentation

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.
  1. TODO

  2. 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:
    1. Common names MUST match the schema {user_part}@{domain_part}
    2. {user_part} MUST be a valid UUID4 which MAY be randomly generated
    3. common names MUST be unique in the system
    4. {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