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

Installing a CA certificate display a pop-up to users #11

Open
nqb opened this issue Nov 2, 2020 · 1 comment
Open

Installing a CA certificate display a pop-up to users #11

nqb opened this issue Nov 2, 2020 · 1 comment

Comments

@nqb
Copy link

nqb commented Nov 2, 2020

Is your feature request related to a problem? Please describe.
When you click on "Configure", users get a warning about installing a CA certificate in their certificate store.

Describe the solution you'd like
Install CA certificate silently.

I've seen we used -addstore option of certutil and it seems that -installcert option as -silent flag and do same thing.

@lzammit
Copy link

lzammit commented Oct 29, 2021

The certutil is use to interact with an internal PKI mostly and can't be used to push one specific Root CA cert.

When you add a Root certificate manually, the wizard choose by default to drop it under Intermediate Certificate Authority so that means that you need to move it manually to the Trusted Root Certification Authorities.

The option that @JeGoi found is that you can have a CLI tool that can click for you on the "YES" on the trust Root CA questions on the warring. But it would require to package it and test it.

My final thought on that is that warning is normal because it's very critical to install a Trusted Root CA and having a warning is not a big deal but can create issue down the road if the user click No on the trust.

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

2 participants