Custom Certificates
Use Custom Certificates in CVAT
CVAT use traefik as a reverse proxy to manage SSL certificates. By default, traefik uses Let’s Encrypt to generate SSL certificates. However, you can use your own certificates instead of Let’s Encrypt.
See:
Setup Custom Certificates
Create Certificates Directory
Create a certs
directory in the root of the project:
Move your certificates to the ./certs
directory:
Change Traefik Configuration
Create tls.yml
in the root of the project directory with the following content:
Edit the docker-compose.https.yml
file and change the traefik service configuration as follows:
Start CVAT
Start CVAT with the following command: