Skip to content

New feature request - dist folder #5

@MitchDresdner

Description

@MitchDresdner

Hi, I really like the convenience and ease of use of what you guys have done!

Any chance you could add a capability at the end of the script to copy key and certs to a dist folder?

i.e.

On complete, copy certs to dist folder

mkdir dist
cp 2_intermediate/certs/ca-chain.cert.pem dist/serverCrt.pem
cp 3_application/certs/$1.cert.pem dist/serverKey.pem
cp 4_client/certs/$1.cert.pem dist/clientCrt.pem
cp 4_client/private/$1.key.pem dist/clientKey.pem

Also, please add dist to cleanup.

It would help in making the script more general for other self signed micro service projects.

Thanks!

Recently blogged about generate.sh here:
https://bestow.info/mutual-authentication-with-go/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions