Enable ACME provisioner at init
This commit is contained in:
parent
6354f6faaa
commit
22a2029cf9
|
@ -116,7 +116,4 @@ class cdn::ca(
|
|||
creates => '/root/.step/config/defaults.json',
|
||||
onlyif => 'test -f /opt/step-ca/data/certs/root_ca.crt'
|
||||
}
|
||||
|
||||
# Enable acme
|
||||
# step ca provisioner add acme --type ACME --admin-subject=step --admin-password-file=/opt/step-ca/init/secrets/provisioner-password
|
||||
}
|
||||
|
|
|
@ -11,3 +11,4 @@ services:
|
|||
- DOCKER_STEPCA_INIT_DNS_NAMES=localhost,<%= @networking['fqdn'] %>
|
||||
- DOCKER_STEPCA_INIT_REMOTE_MANAGEMENT=true
|
||||
- DOCKER_STEPCA_INIT_PASSWORD_FILE=/init-secrets/key-password
|
||||
- DOCKER_STEPCA_INIT_ACME=true
|
||||
|
|
Loading…
Reference in a new issue