Use PEM format on certificates

This commit is contained in:
Roland Hedberg
2010-04-17 21:49:33 +02:00
parent 636c5acfb2
commit 8df6bc3ef1

View File

@@ -254,7 +254,7 @@ def _parse_xmlsec_output(output):
__DEBUG = 1
def verify_signature(enctext, xmlsec_binary, cert_file=None, cert_type="",
def verify_signature(enctext, xmlsec_binary, cert_file=None, cert_type="pem",
node_name=NODE_NAME, debug=False, node_id=None):
""" Verifies the signature of a XML document.