Skip to content

Commit

Permalink
Update 01-创建CA证书和环境配置.md
Browse files Browse the repository at this point in the history
修改文档格式
  • Loading branch information
luyx30 authored and gjmzj committed Aug 19, 2018
1 parent e467d0a commit b6e7cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01-创建CA证书和环境配置.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ kubernetes 系统各组件需要使用 TLS 证书对通信进行加密,使用
+ `signing`:表示该证书可用于签名其它证书;生成的 ca.pem 证书中 `CA=TRUE`
+ `server auth`:表示可以用该 CA 对 server 提供的证书进行验证;
+ `client auth`:表示可以用该 CA 对 client 提供的证书进行验证;
+ `profile `kubernetes` 包含了`server auth``client auth`,所以可以签发三种不同类型证书;
+ `profile kubernetes` 包含了`server auth``client auth`,所以可以签发三种不同类型证书;

#### 创建 CA 证书签名请求 [ca-csr.json.j2](../roles/deploy/templates/ca-csr.json.j2)
``` bash
Expand Down

0 comments on commit b6e7cce

Please sign in to comment.