-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
In the documentation here:
https://smallstep.com/docs/tutorials/docker-tls-certificate-authority/
| - `DOCKER_STEPCA_INIT_SSH` set this to a non-empty value to create an SSH CA |
it said:
"DOCKER_STEPCA_INIT_SSH set this to a non-empty value to create an SSH CA"
but this is not true, it explicitly expects it to be set to: "true" here:
if [ "${DOCKER_STEPCA_INIT_SSH}" == "true" ]; then
Like others
I simply did DOCKER_STEPCA_INIT_SSH=1 and wondered it did not work.
Metadata
Metadata
Assignees
Labels
No labels