Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.02 KB

💧 Doppler

Build Status Scala Steward badge

To run

docker run -d \
-p 80:8080 \
-p 443:9443 \
--rm \
-v /opt/doppler:/var/www/hosts \
alekslitvinenk/doppler \
 0.0.0.0

To convert SSL/TLS files obtained from Let's Encrypt Authority

  1. Navigate to unzipped folder with certificates
  2. openssl pkcs12 -export -out server.p12 -inkey private.key -in certificate.crt -certfile ca_bundle.crt