We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: