Reputation: 43
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
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