Сертификаты SSL для ряда служб контейнеров докеров на одном хосте

если вы хотите перейти к 12-му символу в строке:

12|

Для 6-го символа в строке:

6|
1
20.11.2020, 04:47
1 ответ

Для обоих подходов вам понадобится другая реализация; Но я предпочту классический:

НГИНКС:

    Generate a server certificate ( Used by the 4 apps )

    You will need to create 1 Vhost for every app.

    Map the exposed ports to the Vhosts on docker-compose

    Use of certbot for auto renewal  on your docker-compose.

МИНУСЫ:

  You  will have a single entry to your apps ( **Single point of failure** )

  The communication between your NGINX Reverse Proxy and your containers will not be **secured**.

ПРОФИ:Быстрая реализация

Классический:

    Generate a server certificate ( Used by the 4 apps )

    Setup SSL differently on every app configuration file.

    Use of certbot for auto renewal on your docker-compose.

ПРОФИ:Медленная реализация

1
28.04.2021, 23:03

Теги

Похожие вопросы