Skip to content

Commit

Permalink
docs: correct outdated .pem reference in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Mar 24, 2024
1 parent d9f1d2c commit 1dfeca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ openssl req -new -x509 -days 365 -nodes -out dumdum.crt -keyout dumdum.key
```

After filling out (or skipping) the certificate signing request prompts,
you can then run the server with the resulting `cert.pem` file:
you can then run the server with the resulting `dumdum.crt` and `dumdum.key`
files:

```sh
dumdum-server --cert dumdum.crt:dumdum.key
Expand Down

0 comments on commit 1dfeca3

Please sign in to comment.