Matthew McPherrin
Matthew McPherrin
Remove from README: https://github.com/square/certigo/pull/134
Copying a comment from #134: > It works for some JKS files, it depends on the algorithm that was used for shrouding. In particular we don't support the old "password...
What uses this? Is this like, windows kernel driver codesigning? Are there other uses? Do codesigning certificates need the other options? Like, do you ever want to set --domains and...
One of the design goals here is to make it hard to misuse certstrap, by only providing common options. While it would be possible to have an IP SAN with...
We've been talking about a 2.0 release with some breaking changes to clean up the UI a bit, so it is definitely important we version releases.
It's kinda weird to call it "NotBefore", but it actually takes an offset from Now(). I'm not sure what exactly to do here. I'd expect NotBefore to take a date,...
Updated the description now that #97 is merged
notasecret CHANGEIT
OH: The letter `a` is another I've seen
The intermediate isn't actually the problem here, it's the root: Certstrap generates roots with `pathlen:0`, which can't be used to sign intermediates. We don't put a pathlen on intermediates though.......