Copper Unlimited Online
Enabling SSL/TLS
To enable SSL/TLS support, add a volume containing your key and certificate to the Copper Unlimited Online container:
1
Generate custom certificates
2
Add the path
Add the path to the folder containing certificates as volumes: -v ${PWD}/ssl/certificate.cert:/app/ssl/certificate.cert
,
as well as -v ${PWD}/ssl/privatekey.key:/app/ssl/privatekey.key
: