Skip to content

Commit 3553c15

Browse files
authored
Fix size of the RSA key in bits (#77)
1 parent f453543 commit 3553c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/5.other/2.containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The image expects all configuration to be mounted at `/config`. At a minimum, th
4949
The `signing.key` can be generated using the following command:
5050

5151
```
52-
openssl genrsa -out path/to/signing.key 2018
52+
openssl genrsa -out path/to/signing.key 2048
5353
```
5454

5555
## Networking

0 commit comments

Comments
 (0)