Showing posts with label Cấu hình https. Show all posts
Showing posts with label Cấu hình https. Show all posts

How to configure HTTPS on Apache 2

Configure HTTPS on Apache 2
1. Create httpd.pem & httpd.key file
# mkdir /data/www/project/ssl/
# openssl req -new -x509 -days 365 -nodes -out /data/www/project/ssl/httpd.pem -keyout /data/www/project/ssl/httpd.key