Improve comment
This commit is contained in:
parent
1164b59747
commit
9a73d8bdfe
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue