We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f31ed commit 8e582dfCopy full SHA for 8e582df
install-uwsgi.md
@@ -125,7 +125,7 @@ To upgrade from a 0.1.x version of (Rust) SOGS you will need to do two things:
125
directory into the session-pysogs project directory.
126
- Manually convert your keys from the old openssl format, using:
127
```bash
128
-python3 -msogs.key_convert -i x25519_private_key.pem key_x25519
+python3 -msogs.key_convert -i x25519_private_key.pem -o key_x25519
129
```
130
131
The first time you start sogs after doing this it will see that it has no rooms but that
0 commit comments