This PR moves rejectExpired, rejectUnexpired, extKeyUsages and rejectExtensions from the config to flags.
I considered parsing the extKeyUsages and rejectExtensions with custom flag types in main.go, or even with multiflags... but one step at a time, let's err on simplicity for now.
Towards #200 and #88
This PR moves rejectExpired, rejectUnexpired, extKeyUsages and rejectExtensions from the config to flags.
I considered parsing the extKeyUsages and rejectExtensions with custom flag types in main.go, or even with multiflags... but one step at a time, let's err on simplicity for now.