python-zeep
python-zeep copied to clipboard
zeep Signature Clarification request
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.