Skip to content

Instantly share code, notes, and snippets.

@limafm
limafm / how to configure ssl on development server
Created July 28, 2017 14:41 — forked from andrewslince/how to configure ssl on development server
Script to configurate a fake ssl virtual host, using Apache Server, on Linux.
#!/bin/bash
##################################################################################################
## ##
## Credits: ##
## - http://www.phpit.com.br/artigos/configurando-ssl-servidor-de-desenvolvimento-apache.phpit ##
## - http://wime.com.br/2013/06/28/como-criar-certificado-ssl-no-apache-para-ubuntu-12-04/ ##
## ##
##################################################################################################