Skip to content

Commit

Permalink
Fix size of the RSA key in bits (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
solracsf authored Oct 12, 2024
1 parent f453543 commit 3553c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/5.other/2.containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The image expects all configuration to be mounted at `/config`. At a minimum, th
The `signing.key` can be generated using the following command:

```
openssl genrsa -out path/to/signing.key 2018
openssl genrsa -out path/to/signing.key 2048
```

## Networking
Expand Down

0 comments on commit 3553c15

Please sign in to comment.