Skip to content
Uncle Spook Software edited this page May 27, 2016 · 8 revisions

Welcome to the ssl-add2bundle wiki!

To do:

  • [✓ done] Use getopts for args
  • [✓ done] Cleanup each cert: spurious newlines, random non-cert text at the tops, etc. Can do this by doing a /g match into the array, instead of a split.
  • [✓ done] Provide an option to put the subject and issuer at the top of every cert, so when looking thru the bundle, it's easy to know what the cert is.
  • [✓ done] Provide an option to put the whole -text output above each cert
  • [✓ done] By default, do a fast compare where we don't use fingerprints but just compare the raw PEM. Then add a --full-check switch (whatever) to do the fprinting
  • [✓ done] Output levels of quiet, normal, and verbose
  • By default, sort certs on output using the CN in the subject, add option to not-sort.
  • Add tests
  • Add "chain-order" sorting, by walking the subject and issuers, so the ends of the chain come first while the CA's are last. This is helpful for certain older web browsers that want everything handed to them in the order they need it.

Clone this wiki locally