cfssl 使用文档
参考: https://kubernetes.io/zh/docs/tasks/administer-cluster/certificates/
生成ca证书
cat ca-config.json
{
"signing": {
"default": {
"expiry": "8760h"
},
"profiles": {
"kubernetes": {
"usages": [
"signing",
"key encipherment",
"server auth",
"client auth"
],
"expiry": "8760h"
}
}
}
}
本文来自博客园,作者:萱乐庆foreverlove,转载请注明原文链接:https://www.cnblogs.com/leleyao/p/15457325.html

浙公网安备 33010602011771号