fix #242: 添加CA有效期参数,设定CA有效期为15年(131400h) (#245)

pull/248/head
yuyicai 2018-07-03 13:20:50 +08:00 committed by jmgao
parent 0dd9ef7845
commit 3cf84e9d0e
1 changed files with 4 additions and 1 deletions

View File

@ -12,5 +12,8 @@
"O": "k8s",
"OU": "System"
}
]
],
"ca": {
"expiry": "131400h"
}
}