Improve comment

This commit is contained in:
Patrik Lundin 2024-11-07 12:41:43 +01:00
parent 1164b59747
commit 9a73d8bdfe
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -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