5 Home
Tom Heady edited this page 2019-06-11 09:17:12 -07:00

Welcome to the unifi-docker wiki!

For now this will be a list of frequently asked questions with links to the answers.

Custom certificates

Current method

To use custom SSL certs, you must map a volume with the certs to /unifi/cert

They should be named:

cert.pem  # The Certificate
privkey.pem # Private key for the cert
chain.pem # full cert chain

For letsencrypt certs, we'll autodetect that and add the needed Identrust X3 CA Cert automatically.

Old method(s)

Custom certificates with unifi get a little complicated. I currently use the method listed as the accepted answer here You will need to map /usr/lib/unifi/data to a host directory in order to access the keystore using this method.

The official ubiquiti answer to this question is available here.

This method would require you to use docker exec to enter the container.

Note

Don't change the exposed Port of the Container because most of them are hard coded into the App. Otherwise miscellaneous Functions will not work as intended.