Skip to content

Commit 8e582df

Browse files
hjubbjagerman
authored andcommitted
Update the upgrade docs
Add `-o` before the output file to prevent unrecognized arguments error when converting keys from old format
1 parent 66f31ed commit 8e582df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-uwsgi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ To upgrade from a 0.1.x version of (Rust) SOGS you will need to do two things:
125125
directory into the session-pysogs project directory.
126126
- Manually convert your keys from the old openssl format, using:
127127
```bash
128-
python3 -msogs.key_convert -i x25519_private_key.pem key_x25519
128+
python3 -msogs.key_convert -i x25519_private_key.pem -o key_x25519
129129
```
130130

131131
The first time you start sogs after doing this it will see that it has no rooms but that

0 commit comments

Comments
 (0)