Enabling SSL On Dokku
- It’s important that you have the newest version of Dokku: Dokku: Upgrading
- Zip your certificate and key:
sudo tar cvf archive_name.tar.gz server.crt server.key - Import using
dokku nginx:import-ssl appname < ~/archive_name.tar.gzDokku: Nginx proxy configuration