Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/xbps/repositories/signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ can be generated with either
[openssl(1)](https://man.voidlinux.org/openssl.1):

```
$ ssh-keygen -t rsa -m PEM -f private.pem
$ ssh-keygen -t rsa -b 4096 -m PEM -f private.pem
```

```
$ openssl genrsa -out private.pem
$ openssl genrsa -des3 -out private.pem 4096
```

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