mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #352] Notify if JAVA_HOME is not set #231
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#231
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 @j-mew-s on GitHub (Mar 10, 2021).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/352
If $JAVA_HOME is not set, mkcert will (understandably) not add to Java's trust store.
It would be helpful to show a message indicating that this is the reason that it has not done so. (Especially so if $TRUST_STORES is set and includes
java- and of course this message could be skipped if Java is not installed.)