Skip to content

Instantly share code, notes, and snippets.

@riton
Last active November 22, 2019 18:20
Show Gist options
  • Save riton/7b4ae1bd33cc1ed7b9d3a9bb83289975 to your computer and use it in GitHub Desktop.
Save riton/7b4ae1bd33cc1ed7b9d3a9bb83289975 to your computer and use it in GitHub Desktop.
puppet-modules-update-dephell-02
include apache
# Configure a virtual host to use SSL and specific SSL certificates
apache::vhost { 'cert.example.com':
port => '443',
docroot => '/var/www/cert',
ssl => true,
ssl_cert => '/etc/ssl/fourth.example.com.cert',
ssl_key => '/etc/ssl/fourth.example.com.key',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment