-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
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
Renew self-signed certificates #448
Labels
Milestone
Comments
SnejPro
changed the title
Renew self-signed certificates with old key
Create self-signed certificates with old key
Oct 12, 2023
I liked the previous title of this better, "renew" describes better what you want. I'll change it back. |
kaikramer
changed the title
Create self-signed certificates with old key
Renew self-signed certificates
Oct 12, 2023
This should be pretty easy to implement. If anyone wants to do this, just leave a comment here and I can provide some guidance. |
Hi, I found a way to renew a certificate without creating a new option.
|
tenpertur
added a commit
to tenpertur/keystore-explorer
that referenced
this issue
Oct 13, 2024
tenpertur
added a commit
to tenpertur/keystore-explorer
that referenced
this issue
Oct 13, 2024
kaikramer
pushed a commit
that referenced
this issue
Oct 13, 2024
* Adapt pubkey export dialog window for JWK (#438) Dialog window for public key export allows now to select public key format from: - OpenSSL, PEM encoded (default) - OpenSSL, binary - JWK * export ECC public key as JWK (#438) Export ECC public key as JWK. Exported key use key alias as key identifier when present, or generate SHA-256 identifier otherwise. Supported curve types: - prime256v1 (secp256r1) - secp256k1 - secp384r1 - secp521r1 - Ed2559 - Ed2448 * update messages related to public key export JWK (#438) Remove 'OpenSSL' from messages and resource identifiers related to public key export. Application now informs that public key action has been completed, without specifying public key format. * export RSA public keys as JWK (#438) Export RSA public key as JWK. * test JWK public key exporter (#438) * disable export as JWK if key is not supported (#438) * resolve issues with messages (#438) - add missing 'erfolgreich' in German successful messages - remove OpenSSL from French window title and messages * handle EdDSA public keys (#448) * remove unused dependency (#438) * use raw public key without ASN.1 SPKI structure (#438)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When a CA cert expires, it's not possible to create a new certificate from its private key so old certificates continue to work with the new root certificate.
Describe the solution you'd like
The possibility to create new certificates from existing keys.
Describe alternatives you've considered
Create a completly new CA with a new public key
The text was updated successfully, but these errors were encountered: