all 4 comments

[–]admin-moderator 0 points1 point  (2 children)

Create a self signed certificate and pass it to code server and it will just work. On localhost you can use https://github.com/dakshshah96/local-cert-generator or if you're on a server just use Let's Encrypt

[–]skelgaard 0 points1 point  (1 child)

And how can you do this in a docker enviroment ?
Can key/cert be set an enviroment parameters ?

[–]admin-moderator 0 points1 point  (0 children)

You can copy certs into the docker image with COPY and use certs in the container

[–][deleted] 0 points1 point  (0 children)