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
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Generate the certificate and private key
```
openssl req \
-x509 -newkey rsa:4096 -days 365 -config openssl.conf \
-keyout certs/domain.key -out certs/domain.crt
-keyout domain.key -out domain.crt
```
To verify your certificate
```
Expand Down