HTTPS access configuration for Apache

Source: Internet
Author: User
1.sudo A2enmod SSL
2 Generating a self-signed certificate Apache.pem
sudo openssl req-x509-newkey rsa:1024-keyout apache.pem-out apache.pem-nodes-days 999
3. APACHE.PEM copy to the/etc/apache2/ssl/directory
4. Add the configuration to the project configuration file as follows:
<virtualhost *:8000>
...
Sslengine on
Sslcertificatefile/etc/apache2/ssl/apache.pem
...
</VirtualHost>
5. To say a word,/etc/apache2/ports.conf's 443 port turns on the listener by default.
If there is no configuration, add:
Listen 443

6. Restart Apache
sudo service apache2 restart
7. You can use Https://yourweb to access your site.

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

HTTPS access configuration for Apache

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.