Как сгенерировать сертификат SSL 2048bit

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Как сгенерировать сертификат SSL 2048bit

# openssl dhparam -outform pem -out /etc/nginx/ssl/dhparam2048.pem 2048

добавляем в конфиг вирутального хоста nginx:

ssl_dhparam "/etc/nginx/ssl/dhparam2048.pem";

рестарт nginx:

# /etc/init.d/nginx restart