Skip to content
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

provide the capability for system admins to specify host/ssh cert signing key per domain #2651

Closed
havetisyan opened this issue Jul 8, 2024 · 0 comments

Comments

@havetisyan
Copy link
Collaborator

currently the logic to decide what key to use for signing x.509 and ssh host certificates lies with the signer interface. The request is to have the capability on per-domain basis where the system administrator can specify the key id used for signing. The signer interface will get this attribute from ZTS (it may decide not to honor it) but it allows the system admin the flexibility to use different private keys for a set of domains, if necessary.

The feature will require 2 new attributes on per-domain basis:

  • x509CertSignerKeyId
  • sshCertSignerKeyId

When a new subdomain is created, it must automatically inherit the value set at the parent domain level if one is configured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant