-
Notifications
You must be signed in to change notification settings - Fork 464
Home
Jacob Alberty edited this page Jul 19, 2017
·
5 revisions
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 /var/cert/unifi
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.