Skip to content
Merged
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
2 changes: 1 addition & 1 deletion deployment/chainloop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ For example, these commands generate a self-signed certificate with an RSA priva
```bash
> openssl genrsa -aes256 -out ca.key 4096
...
> openssl req -new -x509 -sha256 -key ca.key -out ca.crt -days 365
> openssl req -new -x509 -sha256 -key ca.key -out ca.crt -addext "basicConstraints=CA:TRUE" --addext "keyUsage=keyCertSign, cRLSign" -days 365
...
```

Expand Down
Loading