Skip to content

flocard/mesh-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mesh-demo

CERTS=$(grep 'END CERTIFICATE' ca-bundle.crt | wc -l)
for N in $(seq 0 $(($CERTS - 1 ))); do ALIAS="ca-bundle-$N"; cat ca-bundle.crt | awk "n==$N {print}; /END CERTIFICATE/ { n++ }" | keytool -noprompt -import -trustcacerts -alias $ALIAS -keystore $JAVA_HOME/jre/lib/security/cacerts -storepass changeit; done
curl -O https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/openshift-client-linux.tar.gz
tar -xvzf openshift-client-linux.tar.gz 
sudo cp oc /usr/bin/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published