-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
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/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels