mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[PR #90] [MERGED] java: don't run keytool during check if we there isn't even one found #388
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#388
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?
📋 Pull Request Information
Original PR: https://github.com/FiloSottile/mkcert/pull/90
Author: @adamdecaf
Created: 11/10/2018
Status: ✅ Merged
Merged: 11/26/2018
Merged by: @FiloSottile
Base:
master← Head:java-check-keytool📝 Commits (1)
8a91d81java: don't run keytool during check if we there isn't even one found📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
truststore_java.go(+4 -0)📄 Description
If JAVA_HOME isn't set then keytoolPath has an invalid path. This means checkJava() fails and doesn't tell the problem clearly to the user.
Issue: https://github.com/FiloSottile/mkcert/issues/88
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.