Skip to content

Commit

Permalink
Merge pull request #26 from Force-quit/Force-quit-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Force-quit authored Mar 31, 2023
2 parents 47d375a + 9101f5d commit 1803a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following example will do 3 things:
- Generate a Csr+Key pair that will be used by the server to negotiate SSL connections with clients.
- Generate a signed certificate using the Csr and the CA certificate to allow clients to validate the server's identity.

1. Ceate the CA certificate:
1. Create the CA certificate:

```sh
openssl genrsa -out rootCA.key 2048
Expand All @@ -41,4 +41,4 @@ openssl x509 -req -days 365 -CA rootCA.pem -CAkey rootCA.key \

#### Use the certifactes

Coming soon...
Coming soon...

0 comments on commit 1803a5d

Please sign in to comment.