Last active
July 26, 2016 05:26
-
-
Save iamjonbradley/c1da4503bf625229c9e3eda12b1086ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clone the repo to opt/juniper | |
git clone https://github.com/iamjonbradley/juniper-ncui.git | |
--------------------------------------- | |
--- command line --- | |
--------------------------------------- | |
sudo dpkg --add-architecture i386 | |
sudo apt-get update | |
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 zlib1g:i386 | |
chmod a+x ncdiag getx509certificate.sh ncsvc | |
./getx509certificate.sh vpnusa.telit.com cert.crt | |
sudo ./ncsvc -h pnusa.telit.com -u <USER-NAME> -p < YOUR PASSWORD> -f cert.crt & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment