Support for external key creation #585
twenzel
started this conversation in
Feature requests
Replies: 1 comment 1 reply
|
@twenzel, I’ll definitely bring this up with the development team. But before I do that, can you share some information about your use case? Including the reason for needing a public signing authority. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We're using the automatic key management/rotation.
We're now facing the problem that these created X509 Certificates should be signed/created from a public signing authority (e.g. Let's Encrypt).
Can please create an interface to be able to implement a custom logic to create the new keys. We still want to use the existing rotation logic with announcement and retire phase, just a custom logic to create the RSA/EC keys.
All reactions