aboutsummaryrefslogtreecommitdiff
path: root/scripts/http-client.py
blob: ed1019fa771a8f80f84cbf83e06944b477acb2ee (plain) (blame)
1
2
3
4
5
6
# $Id$

import rpki.https

certInfo = rpki.https.CertInfo("Dave")
print rpki.https.client(certInfo=certInfo, msg="This is a test.  This is only a test.  Had this been real you would now be really confused.\n")