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 08:03] val [Создание запроса на сертификат] |
пакет_openssl [2025/10/20 09:30] (current) val [Отзыв сертификатов] |
||
---|---|---|---|
Line 286: | Line 286: | ||
Common Name (eg, YOUR name) []:www.corpX.un | Common Name (eg, YOUR name) []:www.corpX.un | ||
... | ... | ||
- | </code><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' | 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> | </code> | ||
Line 432: | Line 434: | ||
Serial Number: 0N | Serial Number: 0N | ||
... | ... | ||
+ | </code><code> | ||
+ | lan# scp /var/www/html/ca.crl gate:/etc/ssl/certs/ | ||
</code> | </code> |