Skip to content

Cert provisioning script generate-certs.sh incorrectly copies the entire TLS "result" directory instead of the certs themselves. #1

@ericwastaken

Description

@ericwastaken

This line is wrong:

cp -r result/ ../../../config/certs/

Should probably be the following, though it needs to be tested:

cp -r result/* ../../../config/certs/ 

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions