Browse Source

Update README.md

Xiang Li 12 years ago
parent
commit
b54a6a2ac8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -598,7 +598,7 @@ The `TLS` pacakge of `golang` checkes the key usage of certificate public key be
 
 Here is how to do it:
 
-Add the following section to my openssl.cnf:
+Add the following section to your openssl.cnf:
 
 ```
 [ ssl_client ]                                                                                                                                            
@@ -607,7 +607,7 @@ Add the following section to my openssl.cnf:
 ...
 ```
 
-When create the cert be sure to reference it in the -extensions flag:
+When creating the cert be sure to reference it in the -extensions flag:
 
 ```
 openssl ca -config openssl.cnf -policy policy_anything -extensions ssl_client -out certs/node.crt -infiles node.csr