Skip to content

Commit ccae5d2

Browse files
committed
xbps/repositories/signing: use 4096-bit RSA keys
closes: #641
1 parent 733c6d2 commit ccae5d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xbps/repositories/signing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ can be generated with either
1212
[openssl(1)](https://man.voidlinux.org/openssl.1):
1313

1414
```
15-
$ ssh-keygen -t rsa -m PEM -f private.pem
15+
$ ssh-keygen -t rsa -b 4096 -m PEM -f private.pem
1616
```
1717

1818
```
19-
$ openssl genrsa -out private.pem
19+
$ openssl genrsa -des3 -out private.pem 4096
2020
```
2121

2222
Once the key is generated, the public part of the private key has to be added to

0 commit comments

Comments
 (0)