You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2020/11/16 14:47:09 UTC

[incubator-datalab] branch DATALAB-2102 updated: [DLAB-2102]: ui test

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

mykolabodnar pushed a commit to branch DATALAB-2102
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2102 by this push:
     new bf89784  [DLAB-2102]: ui test
bf89784 is described below

commit bf89784b752c48cfc97a8da719ba340248e8b7ab
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Mon Nov 16 16:46:22 2020 +0200

    [DLAB-2102]: ui test
---
 services/self-service/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/entrypoint.sh b/services/self-service/entrypoint.sh
index f1303fd..7b1612c 100644
--- a/services/self-service/entrypoint.sh
+++ b/services/self-service/entrypoint.sh
@@ -45,7 +45,7 @@ if [ -d "/root/step-certs" ]; then
     fi
   done
   /usr/bin/keytool -importcert -trustcacerts -alias step-ca -file /root/step-certs/ca.crt -noprompt -storepass changeit -keystore /usr/lib/jvm/java-1.8-openjdk/jre/lib/security/cacerts
-  /usr/bin/keytool -importcert -trustcacerts -alias step-crt -file /root/step-certs/tls.crt -noprompt -storepass changeit -keystore /usr/lib/jvm/java-1.8-openjdk/jre/lib/security/cacerts
+  /usr/bin/keytool -importcert -trustcacerts -alias ssn -file /root/step-certs/tls.crt -noprompt -storepass changeit -keystore /usr/lib/jvm/java-1.8-openjdk/jre/lib/security/cacerts
 fi
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org