Translations:CryptodevATECCx08 Auth/93/en

Материал из Wiren Board
Версия от 12:39, 19 июля 2019; RomanKulibaba (обсуждение | вклад) (Новая страница: «Создаем сертификат сервера в CA. <pre> openssl x509 -req -in example.csr -CA ca.crt -CAkey ca.key -out example.crt -days 365 -CAcreateser…»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

Создаем сертификат сервера в CA.

openssl x509 -req -in example.csr -CA ca.crt -CAkey ca.key -out example.crt -days 365 -CAcreateserial -extfile req.cnf -extensions v3_req