forked from lavina/lavina
small certificates tip
This commit is contained in:
parent
dc788a89c4
commit
25c4d02ed2
|
@ -18,3 +18,8 @@ Print content of a TLS certificate:
|
||||||
|
|
||||||
openssl x509 -in certs/xmpp.pem -text
|
openssl x509 -in certs/xmpp.pem -text
|
||||||
|
|
||||||
|
Make sure `xmpp.key` starts and ends with:
|
||||||
|
```
|
||||||
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
|
-----END RSA PRIVATE KEY-----
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue