Jo M
Jo M
**Is your feature request related to a problem? Please describe.** I mostly find myself reusing the time entries that I have recently used, so I mostly do `... > Continue`...
Currently, when using `sbctl create-keys`, the validity period [is hardcoded](https://github.com/Foxboron/sbctl/blob/99c6a341d00e007f138925d55ec00c99685bdb1e/backend/file.go#L37): ```go c := x509.Certificate{ SerialNumber: serialNumber, PublicKeyAlgorithm: x509.RSA, SignatureAlgorithm: x509.SHA256WithRSA, NotBefore: time.Now(), NotAfter: time.Now().AddDate(5, 0, 0), Subject: pkix.Name{ Country: []string{desc},...