We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733c6d2 commit ccae5d2Copy full SHA for ccae5d2
1 file changed
src/xbps/repositories/signing.md
@@ -12,11 +12,11 @@ can be generated with either
12
[openssl(1)](https://man.voidlinux.org/openssl.1):
13
14
```
15
-$ ssh-keygen -t rsa -m PEM -f private.pem
+$ ssh-keygen -t rsa -b 4096 -m PEM -f private.pem
16
17
18
19
-$ openssl genrsa -out private.pem
+$ openssl genrsa -des3 -out private.pem 4096
20
21
22
Once the key is generated, the public part of the private key has to be added to
0 commit comments