From 9a73d8bdfedc65f94d5e96577923d85a5bf9df0f Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Thu, 7 Nov 2024 12:41:43 +0100 Subject: [PATCH] Improve comment --- .../puppet/modules/cdn/files/ca/set-provisioner-pw | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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