Создание самоподписанных сертификатов SSL с помощью инструмента OpenSSL на Ubuntu/en: история изменений

Материал из SmartPlayer

Выбор версий: отметьте версии страницы, которые вы хотите сравнить, и нажмите Enter или кнопку ниже.
Пояснения: (текущ.) — отличия от текущей версии; (пред.) — отличия от предшествующей версии; м — малые изменения.

23 ноября 2023

  • текущ.пред. 16:0616:06, 23 ноября 2023N.Bloshkin обсуждение вклад 2376 байт −408 Новая страница: «'''Example of Entering Information:'''<br> <code>Country Name (2 letter code) [AU]:RU<br> State or Province Name (full name) [Some-State]:Moscow<br> Locality Name (eg, city) []:Moscow City<br> Organization Name (eg, company) [Internet Widgits Pty Ltd]:SmartPlayer<br> Organizational Unit Name (eg, section) []:IT Department<br> Common Name (e.g. server FQDN or YOUR name) []: smartplayer.org<br> Email Address []:example@smartplayer.org </code><br> '''Important!...»
  • текущ.пред. 16:0516:05, 23 ноября 2023N.Bloshkin обсуждение вклад 2784 байта −666 Новая страница: «=== '''Generating a Private Key''' === The third step is generating a private key. A private key needs to be created using the following command.<br> <code> openssl genpkey -algorithm RSA -out example.com.key </code><br> In this command, replace example.com.key with the name of your key.<br> When executing the command, you will be prompted to enter a password for the private key. This password will be used every time you access the private key, so make sure...»
  • текущ.пред. 16:0316:03, 23 ноября 2023N.Bloshkin обсуждение вклад 3450 байт −351 Новая страница: «== '''Creating Self-Signed SSL Certificates Using OpenSSL on Ubuntu''' == === '''Installing OpenSSL''' === The first step is to install OpenSSL. To install OpenSSL, execute the following command:<br> <code>sudo apt update<br> sudo apt install openssl</code> === '''Creating a Directory for Certificates''' === The second step is creating a directory for the certificates. For convenience, it is recommended to create a separate directory where the certificates w...»
  • текущ.пред. 16:0316:03, 23 ноября 2023N.Bloshkin обсуждение вклад 3801 байт +3801 Новая страница: «"Creating self-signed SSL certificates using the OpenSSL tool on Ubuntu"»