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

pkidestroy ignoring UNTRUSTED_ISSUER warning #1165

Closed
pki-bot opened this issue Oct 2, 2020 · 3 comments
Closed

pkidestroy ignoring UNTRUSTED_ISSUER warning #1165

pki-bot opened this issue Oct 2, 2020 · 3 comments

Comments

@pki-bot
Copy link

pki-bot commented Oct 2, 2020

This issue was migrated from Pagure Issue #595. Originally filed by edewata (@edewata) on 2013-04-26 19:41:05:


To uninstall KRA, pkidestroy needs to remove the connector from CA by calling:

pki --ignore-cert-status UNTRUSTED_ISSUER kraconnector-del

The UNTRUSTED_ISSUER must be ignored because otherwise the CLI will prompt the pkidestroy to trust the CA certificate, which will cause it to hang.

A possible solution is to import the CA certificate during KRA installation using this command:

pki client-import-cert --ca-server

Another possible solution is to prompt the user during pkidestroy whether to trust the CA certificate.

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from edewata (@edewata) at 2013-04-27 22:05:54

pkidestroy also calls:

  pki --ignore-cert-status UNTRUSTED_ISSUER securitydomain-get-install-token

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from vakwetu (@vakwetu) at 2013-04-30 15:44:49

This is no longer valid as the code has been changed.

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from edewata (@edewata) at 2017-02-27 14:04:56

Metadata Update from @edewata:

  • Issue assigned to mharmsen
  • Issue set to the milestone: N/A

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

No branches or pull requests

1 participant