This is an automated email from the ASF dual-hosted git repository.
rlevas pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 76bf361 [AMBARI-25194] Increase the Agent cert validity to 3 years
(apappu)
76bf361 is described below
commit 76bf361f5ff21172f9b1f97fa8bdd6bc34006dcc
Author: [email protected] <[email protected]>
AuthorDate: Thu Mar 14 21:44:34 2019 -0700
[AMBARI-25194] Increase the Agent cert validity to 3 years (apappu)
---
ambari-server/conf/unix/ca.config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ambari-server/conf/unix/ca.config
b/ambari-server/conf/unix/ca.config
index c34f387..bd0e680 100644
--- a/ambari-server/conf/unix/ca.config
+++ b/ambari-server/conf/unix/ca.config
@@ -8,7 +8,7 @@ new_certs_dir = $dir/newcerts
database = $dir/index.txt
serial = $dir/serial
-default_days = 365
+default_days = 1095
default_crl_days = 7
default_md = sha256
@@ -27,4 +27,4 @@ emailAddress = optional
[ jdk7_ca ]
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always
-basicConstraints = CA:true
\ No newline at end of file
+basicConstraints = CA:true