Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
linux_faq:haproxy_how_to_concatenate_intermidiate_certs_chain [2020/11/27 12:56] – created adminlinux_faq:haproxy_how_to_concatenate_intermidiate_certs_chain [2020/11/27 12:57] admin
Line 5: Line 5:
 Правильный порядок такой: Правильный порядок такой:
 | Сертификат домена (The Certificate for your domain) | | Сертификат домена (The Certificate for your domain) |
-| Промежуточный сертификат 1 (The intermediates in ascending order to the Root CA) | +| Промежуточный сертификат 1 (The intermediates in ascending order to the Root CA) |
-| Промежуточный сертификат 2 (The intermediates in ascending order to the Root CA) | +| Промежуточный сертификат 2 (The intermediates in ascending order to the Root CA) |
-| ... | +| ... |
-| Корневой сертификат (A Root CA. Если надо. Обычно не нужно) | +| Корневой сертификат (A Root CA. Если надо. Обычно не нужно) |
-| Приватный ключ (Private Key) |+| Приватный ключ (Private Key) ||
 Составить **pem**-файл можно примерно так: Составить **pem**-файл можно примерно так:
   cat certificate.crt intermediates.pem private.key > ssl-certs.pem    cat certificate.crt intermediates.pem private.key > ssl-certs.pem 
  • linux_faq/haproxy_how_to_concatenate_intermidiate_certs_chain.txt
  • Last modified: 2020/11/27 13:05
  • by admin