mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #21] Command to get the path of or copy the ca certificate #11
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @schrej on GitHub (Jun 30, 2018).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/21
I'm using this tool with vagrant. The services within vagrant need to communicate with each other and therefore need the ca to accept the certificates.
To add the ca I first need to get the certificate. While it is rather easy to find a command to simplify it even more would be nice.
One or both of the following might be useful:
mkcert -capaththat just returns the path torootCA.pemmkcert -cacopy <path>that copies therootCA.pemto<path>As this tools aims to make stuff as easy as possible this might be a good addition as it takes away the extra step figuring out the path of the ca certificate.
@nebloc commented on GitHub (Jul 2, 2018):
@schrej Something like this?
@schrej commented on GitHub (Jul 2, 2018):
As the names of the files are always the same that would be good, yes.