-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
TLS-Crypt-V2 keys must transfer/inline to a different x509 certificate #231
Comments
|
All TLS-Crypt-V2 keys can be used by multiple nodes of the same server or client designation. So, allow for inlining mixed X509 keys with a user selectable TLS-CV2 key. |
A different approach could be to create
Server TLS keys should be
Client keys should allow for ho-hum.. |
Something like:
|
The type-labels were: '-grp-srv' Server and '-grp-cli' Client. These labels force a Server group key to be built before a Client group key can be built. This is totally inflexible. By dropping these 'type-labels' it is possible to build a Client group key from an existing Server key. So Groups can be added to standard Server keys. Signed-off-by: Richard T Bonhomme <[email protected]>
Hense forth, all server keys are group keys. Signed-off-by: Richard T Bonhomme <[email protected]>
OK - Now a standard server key is suitable. This is good. |
Currently, I am satisfied with how Client-GROUP keys are reusable. |
A Server key could simply be renamed to a new Server X509 name .. |
The server key must be completely free to roam. |
Server TLS-Crypt-V2 keys are not tied to any specific X509 server in any cryptological manner, so transferring a key to a new server inline-file should be a simple copy function.
The text was updated successfully, but these errors were encountered: