We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When generating keys (https://github.com/ProtonMail/gopenpgp#generate-key), there are no parameters to set the expiration date for the PGP keys.
There seems to be SigLifetimeSecs, KeyLifetimeSecs in the packet signature, but is not implemented anywhere.
Can we get this feature? Happy to help with a PR potentially.
The text was updated successfully, but these errors were encountered:
Hi @klische, your contribution would be more than welcome.
I'd personally add a function in crypto/key.go:
func GenerateKeyWithExpiration(name, email string, keyType string, bits int, expiration int64) (*Key, error)
Sorry, something went wrong.
No branches or pull requests
When generating keys (https://github.com/ProtonMail/gopenpgp#generate-key), there are no parameters to set the expiration date for the PGP keys.
There seems to be SigLifetimeSecs, KeyLifetimeSecs in the packet signature, but is not implemented anywhere.
Can we get this feature? Happy to help with a PR potentially.
The text was updated successfully, but these errors were encountered: