python-zeep icon indicating copy to clipboard operation
python-zeep copied to clipboard

zeep Signature Clarification request

Open dfashimpaur opened this issue 5 years ago • 2 comments

I am trying to use zeep to send SOAP messages to a server that requires x509 certificates. I am confused with the Signature object for the wsse attribute. What is meant by a private key path versus a public key path? I generated a key in a keystore using keytool. I exported a certificate but I do not see how to find the public key and private key and to separate them into a file.

dfashimpaur avatar Oct 13 '20 14:10 dfashimpaur