Skip to content

Instantly share code, notes, and snippets.

@AymenFJA
Created May 1, 2020 05:27
Show Gist options
  • Save AymenFJA/337bc32f042adceecab2e53f618ed07a to your computer and use it in GitHub Desktop.
Save AymenFJA/337bc32f042adceecab2e53f618ed07a to your computer and use it in GitHub Desktop.
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