Star us on GitHub
Start a conversation on Discourse
Follow us on Twitter
Watch videos about OpenZiti
Star us on GitHub Star

    Show / Hide Table of Contents
    # load the current user/password into an environment variables
    ctrl_user=$(jq -r .username ~/.config/ziti/ziti-controller/credentials.json)
    ctrl_passwd=$(jq -r .password ~/.config/ziti/ziti-controller/credentials.json)
    
    ziticontroller=127.0.0.1
    cert=~/.config/ziti/pki/intermediate/certs/intermediate.cert
    ziti edge login https://${ziticontroller}:1280 -u $ctrl_user -p $ctrl_passwd -c $cert
    
    • Improve this Doc
    Back to top ©NetFoundry Inc.  Privacy Policy  Legal  Support