Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
develop:ssl [2024/05/12 19:23] mirocowdevelop:ssl [2024/05/12 19:49] (текущий) mirocow
Строка 7: Строка 7:
 <code bash> <code bash>
 $ openssl req -new -x509 -days 9999 -nodes -out cert.pem -keyout cert.key $ openssl req -new -x509 -days 9999 -nodes -out cert.pem -keyout cert.key
- echo "999" | openssl smime -sign -signer certificate.cer -inkey private.key  -nochain -nocerts -outform PEM -nodetach +$ echo "999" | openssl smime -sign -signer certificate.cer -inkey private.key  -nochain -nocerts -outform PEM -nodetach 
 +$ openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 30
 </code> </code>
  
   * [[nginx:настройка_ssl_https_в_nginx]]   * [[nginx:настройка_ssl_https_в_nginx]]
 +  * [[ssl-certificates|Извлечение цепочки сертификатов из контейнеров]]
  
 ===== Ссылки ===== ===== Ссылки =====
  
 {{topic>[ssl certificate]}} {{topic>[ssl certificate]}}