Improve comment
This commit is contained in:
parent
1164b59747
commit
9a73d8bdfe
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# When initializing step-ca with the docker flag STEPCA_INIT_PASSWORD_FILE the
|
# When initializing step-ca with the docker flag
|
||||||
# password will be used both for key encryption as well as the admin "step"
|
# DOCKER_STEPCA_INIT_PASSWORD_FILE the password will be used both for key
|
||||||
# provisioner. If not using that flag a separate password will be generated for
|
# encryption as well as the admin "step" provisioner. If not using that flag a
|
||||||
# each usage. This seems better as you are not typing the encryption password
|
# separate password will be generated for each usage. This seems better as you
|
||||||
# any other time, while the provisioner password is used anytime you are
|
# are not typing the encryption password any other time, while the provisioner
|
||||||
# managing things.
|
# password is used anytime you are managing things.
|
||||||
#
|
#
|
||||||
# This script is used on first setup of step-ca to modify the provisioner to
|
# This script is used on first setup of step-ca to modify the provisioner to
|
||||||
# use its own password instead. Pending
|
# use its own password instead. Pending
|
||||||
|
|
Loading…
Reference in a new issue