Thomas Parfitt
Thomas Parfitt

Reputation: 43

How to secure apache local sever over HTTPS with openssl?

I'm using ubuntu 18.04 LTS, the laravel PHP framework and apache2 for my local server.

I cannot find anywhere how to secure this local server over https. Any help would be great!

Upvotes: 0

Views: 380

Answers (1)

Wellwisher
Wellwisher

Reputation: 472

Use certbot(LetsEncrypt) for ssl certificate.

Certbot

Certbot is an easy-to-use automatic client that fetches and deploys SSL/TLS certificates for your webserver. Certbot was developed by EFF and others as a client for Let’s Encrypt and was previously known as “the official Let’s Encrypt client” or “the Let’s Encrypt Python client.” Certbot will also work with any other CAs that support the ACME protocol.

Follow this instructions

Upvotes: 1

Related Questions