diff --git a/docs/cert_manager.md b/docs/cert_manager.md
index 4ed28afc224b10749d45e75724638fca43144318..7053175dcec025d81b89da91b1b21a80084f5170 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