[GH-ISSUE #14] support installing arbitrary cert/ca #7

Closed
opened 2026-02-25 22:32:21 +03:00 by kerem · 1 comment
Owner

Originally created by @adamdecaf on GitHub (Jun 28, 2018).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/14

Many companies have internal CAs and wish for them to be installed. If -install took a certificate that would allow operators a "one command" type install.

$ mkcert -install company-ca.pem 

$ cat company-ca.pem | mkcert -install
Originally created by @adamdecaf on GitHub (Jun 28, 2018). Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/14 Many companies have internal CAs and wish for them to be installed. If `-install` took a certificate that would allow operators a "one command" type install. ``` $ mkcert -install company-ca.pem $ cat company-ca.pem | mkcert -install ```
kerem closed this issue 2026-02-25 22:32:21 +03:00
Author
Owner

@FiloSottile commented on GitHub (Jul 3, 2018):

I am not at all opposed to making a library out of the install feature, and then making a separate tool to install any root, but I want to keep this tool focused on its use case.

<!-- gh-comment-id:402323586 --> @FiloSottile commented on GitHub (Jul 3, 2018): I am not at all opposed to making a library out of the install feature, and then making a separate tool to install any root, but I want to keep this tool focused on its use case.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#7
No description provided.