mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-06 21:53:09 -06:00
More sections
This commit is contained in:
parent
46906b8e7a
commit
db83588a4c
9
docs/administration.md
Normal file
9
docs/administration.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
title: Administration
|
||||||
|
has_children: yes
|
||||||
|
nav_order: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
# Administration
|
||||||
|
|
||||||
|
Section on managing your Dendrite server.
|
||||||
6
docs/administration/adminapi.md
Normal file
6
docs/administration/adminapi.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: Admin APIs
|
||||||
|
parent: Administration
|
||||||
|
---
|
||||||
|
|
||||||
|
# Admin APIs
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
---
|
||||||
|
title: Server Key Format
|
||||||
|
parent: Administration
|
||||||
|
---
|
||||||
|
|
||||||
# Server Key Format
|
# Server Key Format
|
||||||
|
|
||||||
Dendrite stores the server signing key in the PEM format with the following structure.
|
Dendrite stores the server signing key in the PEM format with the following structure.
|
||||||
|
|
@ -26,4 +31,4 @@ Key-ID: ed25519:<Key Handle>
|
||||||
|
|
||||||
<Base64 Encoded Key Data>=
|
<Base64 Encoded Key Data>=
|
||||||
-----END MATRIX PRIVATE KEY-----
|
-----END MATRIX PRIVATE KEY-----
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue