AWS
Autosign Puppet certificates on AWS
Let's face it, Puppet's method of certificates is a pain and huge administration overkill if done manually. Thankfully, puppet has designed several methods of auto-signing certificates. One of which is via crafting a special certificate signing request and verifying the certificate signing request is genuine.
On th… Read more → Named Virtual Hosts on AWS EC2
Named virtual hosts are not enabled by default on an Amazon AMI. To enable them, edit /etc/httpd/conf/httpd.conf and uncomment line 991:
NameVirtualHost *:80
You can then begin adding your named virtual hosts in the /etc/httpd/conf.d/ directory. Below is an example o…
Read more →
Named Virtual Hosts on AWS EC2
Named virtual hosts are not enabled by default on an Amazon AMI. To enable them, edit /etc/httpd/conf/httpd.conf and uncomment line 991:
NameVirtualHost *:80
You can then begin adding your named virtual hosts in the /etc/httpd/conf.d/ directory. Below is an example o…