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

Revoke a client.crt? #23

Open
wmunyan opened this issue Jan 2, 2020 · 1 comment
Open

Revoke a client.crt? #23

wmunyan opened this issue Jan 2, 2020 · 1 comment

Comments

@wmunyan
Copy link

wmunyan commented Jan 2, 2020

Is there a way to revoke a generated client configuration, so that client can no longer be allowed to connect to the OpenDXL broker?

@vkrish-mcafee
Copy link

The OpenDXL broker supports revocation but it is a manual process and requires restart of the broker.
Please submit an enhancement request to make this process dynamic.

Steps

  1. Create a text file called 'revokedcerts.lst' in the keysore folder in the configuration location
    with similar permissions as the other files in the folder.
    Ex In the Docker image, configuration folders are in the volume mount: /dxlbroker-volume)
  2. Add the sha1 of the revoked cert and restart the broker. The client using that cert can no longer connect.

Note: The McAfee Managed Broker does support revocation dynamically without requiring a restart

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