Omada SWController - manual install for SSL cert

Omada SWController - manual install for SSL cert

Omada SWController - manual install for SSL cert
Omada SWController - manual install for SSL cert
2026-03-20 08:43:06 - last edited 2026-03-23 02:38:07
Hardware Version:
Firmware Version: 6.0.0.25

I would like to do an automation for a SSL certificate install via Linux CLI.

My automation is a bash script which fetches the SSL certificate from the CA and stores it either in pem/p12/Keystore format.

I would like to use this for easy updating certificates through all my servers.

What I found so far is a howto for an older firmware version, which does not work anymore: https://community.tp-link.com/en/business/forum/topic/150083

The problem ist that the config file /opt/tplink/EAPController/properties/jetty.properties is not there anymore. Now there is a omada.properties, which is not used during boot up.

So I have no idea where to set the path for the SSL certificate.

Anybody an idea where I have to do this configuration?

0
0
#1
1 Accepted Solution
Re:Omada SWController - manual install for SSL cert-Solution
2026-03-20 10:54:30 - last edited 2026-03-23 02:38:07

  @sTauB79 

I managed to get it working; for those running into the same problem.
Important is

- that you do not have a SSL certificate configured in the web portal; then omada will use the keystore file under /opt/tplink/EAPController/data/keystore/eap.keystore.
- the password omada uses for eap.keystore is tplink, therefore the new keystore also has to be build with this password!

All other steps of the following howto still work:

Recipe: Installing your own SSL certificate in Omada Controller 2.7.0 for Linux - Business Community

Recommended Solution
1
1
#2
2 Reply
Re:Omada SWController - manual install for SSL cert-Solution
2026-03-20 10:54:30 - last edited 2026-03-23 02:38:07

  @sTauB79 

I managed to get it working; for those running into the same problem.
Important is

- that you do not have a SSL certificate configured in the web portal; then omada will use the keystore file under /opt/tplink/EAPController/data/keystore/eap.keystore.
- the password omada uses for eap.keystore is tplink, therefore the new keystore also has to be build with this password!

All other steps of the following howto still work:

Recipe: Installing your own SSL certificate in Omada Controller 2.7.0 for Linux - Business Community

Recommended Solution
1
1
#2
Re:Omada SWController - manual install for SSL cert
2026-04-01 03:09:51

  @sTauB79 

 

Thank you very much for sharing. I have marked this post as “Solution” in the hope of helping more people in need.

0
0
#3