RTFM.WIKI

Ordnung muß sein. Ordnung über alles (18+)

Инструменты пользователя

Инструменты сайта


Stylesheet conf/userstyle.css not found, please contact the developer of "dokuwiki_2024" template.
linux:where_to_store_ssl

Где хранить SSL сертификаты

CentOS

Сертификаты: /etc/pki/tls/certs/

Приватные ключи: /etc/pki/tls/private/

Debian/Ubuntu

Сертификаты: /etc/ssl/certs/

Приватные ключи: /etc/ssl/private/

chmod

Приватный ключ SSL сертификата должен быть доступен только пользователю root

chown root:root /etc/pki/tls/private/foobar.com.key
chmod 0600 /etc/pki/tls/private/foobar.com.key
linux/where_to_store_ssl.txt · Последнее изменение: 2021/05/10 22:03 — 127.0.0.1