Skip to content

Commit

Permalink
fix: replace non UTF-8 characters (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
ossdhaval committed Feb 7, 2022
1 parent d532c49 commit bb386cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

`openssl genrsa -out client.key 4096`

### 2. Use the clients private key to generate a cert request.
### 2. Use the client's private key to generate a cert request.

`openssl req -new -key client.key -out client.req`

Expand All @@ -22,6 +22,6 @@

`openssl pkcs12 -export -inkey client.key -in client.cer -out client.p12`

### 5. Clean up remove the client private key, client cert and client request files as the pkcs12 has everything needed.
### 5. Clean up - remove the client private key, client cert and client request files as the pkcs12 has everything needed.

`rm client.key client.cer client.req`

0 comments on commit bb386cd

Please sign in to comment.