This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1462
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1462 by this push:
     new 9eeda25  [DLAB-1462]: debug
9eeda25 is described below

commit 9eeda252b8ea4e07ea988b17d94fea2429e275d4
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Fri Jan 24 14:57:58 2020 +0200

    [DLAB-1462]: debug
---
 infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py 
b/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
index fba5ca4..42a6a09 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
@@ -148,7 +148,7 @@ def configure_ssl_certs(hostname, custom_ssl_cert):
                               args.os_user, cn, sans))
                 token = sudo('cat /tmp/step_token')
                 sudo('step ca certificate "{0}" /etc/ssl/certs/dlab.crt 
/etc/ssl/certs/dlab.key '
-                     '--token "{1}" --kty=RSA --size 2048 --provisioner {2} 
--not-after=5m'.format(cn, token,
+                     '--token "{1}" --kty=RSA --size 2048 --provisioner {2} 
'.format(cn, token,
                                                                                
      os.environ['conf_stepcerts_kid']))
                 sudo('touch /var/log/renew_certificates.log')
                 put('/root/templates/renew_certificates.sh', 
'/tmp/renew_certificates.sh')


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to