From 8523f525aa7945c4e6737ba451c93b980b8bdb05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=88=9A=20=20=28=E6=88=90=E9=83=BD=29?= <gang.yang@daocloud.io> Date: Sun, 29 Jan 2023 11:14:40 +0800 Subject: [PATCH] fix docs for cert_manager.md (#9724) Signed-off-by: yanggang <gang.yang@daocloud.io> --- docs/cert_manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cert_manager.md b/docs/cert_manager.md index 4ed28afc2..7053175dc 100644 --- a/docs/cert_manager.md +++ b/docs/cert_manager.md @@ -114,7 +114,7 @@ sudo apt-get install -y golang-cfssl #### Create Root Certificate Authority (CA) Configuration File -The default TLS certificate expiry time period is `8760h` which is 5 years from the date the certificate is created. +The default TLS certificate expiry time period is `8760h` which is 1 years from the date the certificate is created. ```shell $ cat > ca-config.json <<EOF -- GitLab