smallstep / certificates

🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
https://smallstep.com/certificates
Apache License 2.0
6.38k stars 417 forks source link

Let the CA determine the RA lifetime #1764

Closed maraino closed 4 months ago

maraino commented 4 months ago

When the RA mode with StepCAS is used, let the CA decide which lifetime the RA should get instead of always requiring 24h.

This commit also fixes linter warnings.

Related to #1094