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

Материал из SmartPlayer

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

23 ноября 2023

  • текущ.пред. 16:0416:04, 23 ноября 2023N.Bloshkin обсуждение вклад 932 байта +932 Новая страница: «=== '''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...»