aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/resources/ca.cnf
Commit message (Collapse)AuthorAgeFilesLines
* Replace CA generation with PyOpenSSL version.Aldo Cortesi2012-03-111-33/+0
| | | | We no longer call an external command.
* Tweak CA and cert setup to be nice to Windows.Aldo Cortesi2011-03-181-4/+0
| | | | | | For some reason Satan's Operating System doesn't join up the certification path if the key identifiers are set to hash. This took a few hours of trial and error to figure out.
* Docs, minor cert tweaks.Aldo Cortesi2011-03-181-2/+6
|
* Clean up certificate generation.Aldo Cortesi2011-02-201-0/+33
- Use templates for config files. We can re-introduce customization of the certificate attributes when we need them. - Split CA and cert generation into separate functions. - Generation methods provide an error return when generation fails. - When the user explicitly specifies a certificate, we don't generate it, but fail if it doesn't exist.