1
0
mirror of https://github.com/krislamo/puppet-acme_vault synced 2025-09-09 11:59:29 +00:00

add first pass at docs

This commit is contained in:
Bob Belnap
2018-03-01 10:34:38 -05:00
parent 65d765301e
commit 995fdbe13f
2 changed files with 190 additions and 30 deletions

View File

@@ -6,7 +6,7 @@ class acme_vault::params {
$home_dir = '/home/acme_vault'
# whether to use the letsencrypt staging url, set those urls
$staging = true
$staging = false
$staging_url = 'https://acme-staging-v02.api.letsencrypt.org/directory'
$prod_url = 'https://acme-v02.api.letsencrypt.org/directory'
$contact_email = ''