Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ghislain Bourgeois <[email protected]>
  • Loading branch information
kayra1 and ghislainbourgeois authored Jun 5, 2024
1 parent 4781c80 commit 3a7a8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GoCert requires 3 files to operate:
* A TLS certificate with that private key
* A YAML config file with the required parameters

you can generate the cert and the associated key by running:
You can generate the cert and the associated key by running:
`openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 1 -out cert.pem -subj "/CN=example.com"`
GoCert does not support insecure http connections.

Expand Down

0 comments on commit 3a7a8c6

Please sign in to comment.