This is an automated email from the ASF dual-hosted git repository.
rlevas pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new eb73c48 [AMBARI-25194] Increase the Agent cert validity to 3 years
(apappu)
eb73c48 is described below
commit eb73c4866a0048c858e022a3fd27670e30df94a5
Author: [email protected] <[email protected]>
AuthorDate: Thu Mar 14 21:32:50 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