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

Discussion

Enter your comment. Wiki syntax is allowed:
 
linux/where_to_store_ssl.txt · Last modified: by 127.0.0.1