Update README.md

This commit is contained in:
skyper
2024-02-20 16:35:48 +00:00
committed by GitHub
parent bb9ecb4161
commit fe895c5bde
+1
View File
@@ -1159,6 +1159,7 @@ The same encrypted (OpenSSL):
Receiver:
```posh
# use rsa:2048 if ed25519 is not supported (e.g. rsync connection error)
openssl req -subj '/CN=example.com/O=EL/C=XX' -new -newkey ed25519 -days 14 -nodes -x509 -keyout ssl.key -out ssl.crt
cat ssl.key ssl.crt >ssl.pem
rm -f ssl.key ssl.crt