浏览代码

Merge pull request #10529 from waitingkuo/patch-2

Update certificates.md
Jessie Frazelle 10 年之前
父节点
当前提交
c61e97c728
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/articles/certificates.md

+ 1 - 1
docs/sources/articles/certificates.md

@@ -45,7 +45,7 @@ Our example is set up like this:
 ## Creating the client certificates
 
 You will use OpenSSL's `genrsa` and `req` commands to first generate an RSA
-key and then use the key to create the certificate request.   
+key and then use the key to create the certificate.   
 
     $ openssl genrsa -out client.key 1024
     $ openssl req -new -x509 -text -key client.key -out client.cert