diff --git a/global/overlay/etc/puppet/modules/cdn/files/ca/set-provisioner-pw b/global/overlay/etc/puppet/modules/cdn/files/ca/set-provisioner-pw index 204cfdb..433a3fc 100644 --- a/global/overlay/etc/puppet/modules/cdn/files/ca/set-provisioner-pw +++ b/global/overlay/etc/puppet/modules/cdn/files/ca/set-provisioner-pw @@ -1,11 +1,11 @@ #!/bin/bash -# When initializing step-ca with the docker flag STEPCA_INIT_PASSWORD_FILE the -# password will be used both for key encryption as well as the admin "step" -# provisioner. If not using that flag a separate password will be generated for -# each usage. This seems better as you are not typing the encryption password -# any other time, while the provisioner password is used anytime you are -# managing things. +# When initializing step-ca with the docker flag +# DOCKER_STEPCA_INIT_PASSWORD_FILE the password will be used both for key +# encryption as well as the admin "step" provisioner. If not using that flag a +# separate password will be generated for each usage. This seems better as you +# are not typing the encryption password any other time, while the provisioner +# password is used anytime you are managing things. # # This script is used on first setup of step-ca to modify the provisioner to # use its own password instead. Pending