Created
May 1, 2020 05:27
-
-
Save AymenFJA/337bc32f042adceecab2e53f618ed07a 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
from myproxy.client import MyProxyClient | |
myproxy_clnt = MyProxyClient(hostname="myproxy.somewhere.ac.uk") | |
cert, private_key = myproxy_clnt.logon(username, password, bootstrap=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment