Paul's Programming Notes PostsRSSGithub

Enabling SSL On Dokku

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