V
V
Vasily Mazhekin2019-09-27 13:53:58
ubuntu
Vasily Mazhekin, 2019-09-27 13:53:58

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

3 answer(s)
V
Vasily Mazhekin, 2019-09-29
@mazhekin

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?

C
CityCat4, 2019-09-27
@CityCat4

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

A
Andrey Barbolin, 2019-09-28
@dronmaxman

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 question

Ask a Question

731 491 924 answers to any question