Skip to content

Instantly share code, notes, and snippets.

@vvasilev-
Last active August 29, 2015 14:15
Show Gist options
  • Save vvasilev-/159068cd5ede0401a44c to your computer and use it in GitHub Desktop.
Save vvasilev-/159068cd5ede0401a44c to your computer and use it in GitHub Desktop.
Self-Signed SSL with Apache 2.2 & Laravel on Windows

Requirements

Self-signed certificate

SSLRandomSeed startup builtin SSLRandomSeed connect builtin SSLSessionCache none }}

Setup virtual host

{{{ <VirtualHost *:443> DocumentRoot "path-to-public-folder" ServerName yourapp.example.com SSLEngine On SSLCertificateFile conf/ssl/server.crt SSLCertificateKeyFile conf/ssl/server.key }}}

Open https://yourapp.example.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment