소스 검색

Update README.md

Xiang Li 12 년 전
부모
커밋
188a903e97
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -526,7 +526,7 @@ The `TLS` pacakge of `golang` checkes the key usage of certificate public key be
 
 
 Here is how to do it:
 Here is how to do it:
 
 
-Add the following section to my openssl.cnf:
+Add the following section to your openssl.cnf:
 
 
 ```
 ```
 [ ssl_client ]                                                                                                                                            
 [ ssl_client ]                                                                                                                                            
@@ -535,7 +535,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
 openssl ca -config openssl.cnf -policy policy_anything -extensions ssl_client -out certs/node.crt -infiles node.csr