This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
пакет_openssl [2025/10/20 07:52] val [Подпись запроса на сертификат центром сертификации] |
пакет_openssl [2025/10/20 09:30] (current) val [Отзыв сертификатов] |
||
---|---|---|---|
Line 287: | Line 287: | ||
... | ... | ||
</code> | </code> | ||
+ | или | ||
+ | <code> | ||
+ | gate# openssl req -new -key gate.key -out gate.req -subj '/C=RU/ST=Moscow region/L=Moscow/O=cko/OU=noc/CN=gate.corpX.un' | ||
+ | </code> | ||
+ | |||
+ | |||
=== Добавление расширений в запрос на сертификат === | === Добавление расширений в запрос на сертификат === | ||
Line 428: | Line 434: | ||
Serial Number: 0N | Serial Number: 0N | ||
... | ... | ||
+ | </code><code> | ||
+ | lan# scp /var/www/html/ca.crl gate:/etc/ssl/certs/ | ||
</code> | </code> |