hynek / pem

PEM file parsing in Python.
https://pem.readthedocs.io/
MIT License
159 stars 37 forks source link

Docs for pem.twisted.certificateOptionsFromFiles are wrong #17

Closed mithrandi closed 8 years ago

mithrandi commented 8 years ago

The documentation says that the first certificate found will be used as the server certificate. In fact, this isn't true; the certificate matching the private key will be used, no matter where it comes in the order.

hynek commented 8 years ago

PR? 🐶