small certificates tip

This commit is contained in:
Nikita Vilunov 2023-03-06 19:52:53 +01:00
parent dc788a89c4
commit 25c4d02ed2
1 changed files with 5 additions and 0 deletions

View File

@ -18,3 +18,8 @@ Print content of a TLS certificate:
openssl x509 -in certs/xmpp.pem -text
Make sure `xmpp.key` starts and ends with:
```
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
```