Skip to content

Commit

Permalink
[2024-07-10 14:09:19] Ashley Setter: Certificate Lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymccaigue committed Jul 10, 2024
1 parent 286ddf1 commit af8c189
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions packages/docusaurus/docs/build5-docs/22-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,27 @@ The process should be in infrequent setup process

## Radius

The radius server is an implementation detail of Many routers, use a RADIUS server to abstract the authentication process

The radius server is an implementation detail of the router.

It is not needed or referenced in the BRSKI definition; it is useful in a practical implementation.

Many routers, use a RADIUS server to abstract the authentication process

Specially the implementation of EAP-TLS on HostAPD in the Raspberry Pi (See implementation notes )



**Creation**

The creation process for the RADIUS certificate is identical to the creation process for the registrar. It just refers to a different subject (the radius public key)

| X509 Attribute | Description/use |
| -------------------------- | ---------------------------- |
| `Subject` | C = IE, CN = registrar-tls-ca |
| `Subject Key Identifier` | Public key of the `radius+` |
| `Issuer` | C = IE, CN = registrar-tls-ca |
| `Authority Key Identifier` | Public key of the `domain+` |
| (signed by) | Private key of the `domain-` |uthority Key Identifier` | Public key of the `domain+` |
| (signed by) | Private key of the `domain-` |


Expand Down

0 comments on commit af8c189

Please sign in to comment.