blob: 53150a9cfee6deec31c1eeba58bd697b5ffcb706 (
plain) (
blame)
1
2
3
4
5
6
|
# $Id$
import rpki.config, rpki.https
certInfo = rpki.https.CertInfo(rpki.config.parser("http-demo.conf"), "client")
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")
|