-
Notifications
You must be signed in to change notification settings - Fork 87
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
Feature Request: custom Common Name #362
Comments
Isn't that already possible by means of the config file? |
I donʼt think so. If you generate keys some other way you can then use the config file to point |
look at the function CreateKeys(...) in backend.go. keydir: /var/lib/sbctl/keys
The result after generation is something like: Certificate: |
Ah, so I did wire this up. I probably forgot to add this to the readme. |
It isnʼt in |
No, not yet. I need to consider how metadata around keys should be exposed as flags in the CLI. |
A common name of just
Platform Key
,Database Key
, orKey Exchange Key
isnʼt very descriptive. If you might have multiple sets of keys for some reason (multiple computers, different levels of trust, etc.), it can get confusing which keys are which. It looks like this could be worked around with theimport-keys
option, but it would still be useful to be able to pass an option tocreate-keys
that provides a more detailed name.The text was updated successfully, but these errors were encountered: