Description
My team uses this library to create certificates during local development. Currently, however, the certificates expire after a hardcoded 30 days. This is marginally annoying, as it requires realizing the the certificate expired, as well as clearing all relevant caches in order to get browsers to pick up the new certificate.
Ideally, the expiration could be customized. For something like my use case, I'd like to just create a certificate whose expiry is a decade out, so I never have to worry about refreshing it again.