Skip to content
Snippets Groups Projects
Commit 66fa19ae authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Add base letsencrypt config.

parent f3db5f9a
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,12 @@ class irc_bouncer::setup { ...@@ -77,7 +77,12 @@ class irc_bouncer::setup {
} }
class { '::letsencrypt::plugin::dns_rfc2136': class { '::letsencrypt':
config => {
email => 'hugo@lysator.liu.se',
}
}
-> class { '::letsencrypt::plugin::dns_rfc2136':
server => 'ns-master.lysator.liu.se', server => 'ns-master.lysator.liu.se',
key_name => 'verdigris.lysator.liu.se', key_name => 'verdigris.lysator.liu.se',
key_algorithm => 'HMAC-SHA256', key_algorithm => 'HMAC-SHA256',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment