Answer the question
In order to leave comments, you need to log in
How to install ssl certificate on clean ubuntu 18 with minimal effort?
By minimal effort, I mean not installing too much. On Ubuntu 18 server and docker. Tell me the optimal configuration, manuals - links.
Upd: There are certificate files. I just don't understand the setup. There was an experience of installing in nginx, but in the system, there is only a docker, and there is too little reluctance to hang it.
Answer the question
In order to leave comments, you need to log in
this question is better to be deleted, I didn’t formulate it exactly here, more precisely How to install an ssl certificate on Ubuntu + docker?
cp certfile.crt /etc/ssl/certs
cp certfile.key /etc/ssl/private
cd /etc/ssl/certs
ln -s certfile.crt `openssl x509 -hash -noout -in certfile.crt`.0
Wow, docker was mastered, but letsencrypt did not succumb.
https://gist.github.com/arikfr/64c9ff8d2f2b703d4e4...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question