Skip to content

Instantly share code, notes, and snippets.

@simbalinux
Last active September 23, 2018 16:54
Show Gist options
  • Save simbalinux/8fb2ce59976909289f26ef53df20531f to your computer and use it in GitHub Desktop.
Save simbalinux/8fb2ce59976909289f26ef53df20531f to your computer and use it in GitHub Desktop.
create new .pem for use on haproxy when ssl certs exist on apache
/etc/ssl/private/apache-selfsigned.key > /etc/ssl/private/haproxy.pem; /etc/ssl/certs/apache-selfsigned.crt >> /etc/ssl/private/haproxy.pem; cat /etc/ssl/certs/dhparam.pem >> /etc/ssl/private/haproxy.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment