Skip to content

[Help]: I used the UI to install SSL/TLS Certificates - how do I undo that? #527

Answered by madpah
madpah asked this question in Help
Discussion options

You must be logged in to vote

I posted the above discussion, so I could also provide my answer!

If certificates have been installed using the Omada Controller UI, they are (as documented here) stored in the MongoDB.

To resolve this, we need to adjust some contents in the MongoDB Database, and restart the Omada Controller container.

Here's what I did...

  1. Ensure your Omada Controller container is already up, running and happy
  2. Get a shell into the running Omada Controller container - replace omada-controller with the name of your container:
    docker exec -it omada-controller /bin/bash
  3. Update apt:
    apt-get update
  4. Install mongodb-clients so we can connect to the MongoDB Database:
    apt-get install mongodb-clients
    We can now con…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mbentley
Comment options

Answer selected by madpah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants