DEV & DEP BLOG
Development and Deployment Experience
Showing posts with label
How to configure HTTPS on Apache 2
.
Show all posts
Showing posts with label
How to configure HTTPS on Apache 2
.
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
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)