certificates
certificates copied to clipboard
Add support for validities in templates
This commit upgrades go.step.sm/crypto with a version that adds support for setting validity bounds in templates. It also modifies the X.509 certificate modifiers to support them. SSH certificate modifiers should work without changes.
The priority for the validity bounds are:
- Coming from flags.
- Coming from the template.
- Defaults.
Requires:
- [ ] https://github.com/smallstep/crypto/pull/534