extension/jami-extension-certificate.md: cleanup
Change-Id: Iab3a54941daf230e85daa06f4150ce343d3785a7
This commit is contained in:
parent
0570427326
commit
13531ae824
|
@ -1,9 +1,11 @@
|
||||||
# Jami extension certificates
|
# Jami extension certificates
|
||||||
|
|
||||||
**NOTE: This page describes the architecture of certificates on the Jami Extension Store.**
|
```{note}
|
||||||
|
This page describes the architecture of certificates on the Jami Extension Store.
|
||||||
|
```
|
||||||
|
|
||||||
The Jami team introduced extensions as a call/chat feature for GNU/Linux, Windows, macOS, and Android, providing users the ability to personalize the call/chat experience.
|
The Jami team introduced extensions as a call/chat feature for GNU/Linux, Windows, macOS, and Android, providing users the ability to personalize the call/chat experience.
|
||||||
To learn more about Jami extensions, visit the [Extension manual](./extension.md).
|
To learn more about Jami extensions, visit the [Extension manual](index).
|
||||||
The Jami team implemented a Jami Extension Store to be able to distribute extensions from the Jami team and from third parties.
|
The Jami team implemented a Jami Extension Store to be able to distribute extensions from the Jami team and from third parties.
|
||||||
A certificate mechanism is required to ensure trust in the Jami team and third-party extensions.
|
A certificate mechanism is required to ensure trust in the Jami team and third-party extensions.
|
||||||
Certificates play a crucial role in verifying the authenticity of extensions available on the Jami Extension Store.
|
Certificates play a crucial role in verifying the authenticity of extensions available on the Jami Extension Store.
|
||||||
|
@ -84,7 +86,7 @@ The certificate chain is the following: Store Root CA `→` Organization Certifi
|
||||||
The root certificate structure is:
|
The root certificate structure is:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Certificate:
|
Certificate:
|
||||||
tbsCertificate:
|
tbsCertificate:
|
||||||
version: 2
|
version: 2
|
||||||
serialNumber: <generate-by-design>
|
serialNumber: <generate-by-design>
|
||||||
|
|
Loading…
Reference in New Issue