Skip to content

[DOCKER_STEPCA_INIT_SSH] Wrong documentation #419

@cocoon

Description

@cocoon

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:

https://github.com/smallstep/certificates/blob/915767b5973de6551e88a9f36c02a6dff22a71d3/docker/entrypoint.sh#L59

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions