-
Notifications
You must be signed in to change notification settings - Fork 458
Home
Welcome to the unifi-docker wiki!
For now this will be a list of frequently asked questions with links to the answers.
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.
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.
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.