hynek / pem

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

Support loading DH parameters in pem.twisted.certificateOptionsFromFiles #18

Closed mithrandi closed 8 years ago

mithrandi commented 8 years ago

You can pass these in yourself, of course, but if they're found in the PEM files they should be loaded from there.

hynek commented 8 years ago

Yeah I had that idea of throwing a bag of PEMs against it and figure out what they contain myself.

mithrandi commented 8 years ago

Most things will take key + cert + chain in one file already (like certificateOptionsFromFiles will do), but at least haproxy will take key + cert + chain + dhparams so there's some prior art for this.