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

Factory root CA as a company's intermediate CA certificate #116

Open
mike-sul opened this issue Jul 6, 2021 · 0 comments
Open

Factory root CA as a company's intermediate CA certificate #116

mike-sul opened this issue Jul 6, 2021 · 0 comments

Comments

@mike-sul
Copy link
Contributor

mike-sul commented Jul 6, 2021

fioctl keys ca create creates the factory CA (factory_ca) as a self-signed root CA. I, as a customer, would like to use my own root CA as a root of trust for each Factory PKI. For example, I have two factories registered at Foundries and Factory CAs of these factories derive from my own company root CA.
Maybe, having something like

  1. fioctl keys ca init that generates Factory CA key and CSR;
  2. customer signs the CSR, as a result, Factory CA/CRT is produced;
  3. fioctl keys ca create --root-ca <company-root-ca> --factory-ca <factory-ca> (it merges both CAs into a bundle and uploads it to the OTA backend so it can verify the full chain for TLS and device CAs certificates)
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