mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #279] Did everything but still have warning about certificate #183
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#183
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 @KostLinux on GitHub (Jul 19, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/279
I did every step from different websites like here: https://kifarunix.com/how-to-create-self-signed-ssl-certificate-with-mkcert-on-ubuntu-18-04/
or here: https://jonathanbossenger.com/setting-up-trusted-ssl-certificates-for-local-development-using-mkcert-on-ubuntu-18-04-with-apache/
or here: https://linoxide.com/linux-how-to/mkcert-localhost-ssl-certificates-linux/
But i still get warning about certificate...
Is it possible to trust this certificate to whole local subnet like 192.168.0.0/24?
@polarathene commented on GitHub (Aug 19, 2020):
mkcert -installmkcert example.localhost 192.168.0.42example.localhostthat resolves to your server (restart browser if needed)The only reason I add the IP is for my Android phone to access and use the certificate, since it cannot use the hostname. That would require setting up custom DNS to resolve.
@FiloSottile commented on GitHub (Oct 25, 2020):
We'd need more details on what warnings you get and in what tools to help. If you still need help, please open a new issue with information on your environment, what you did, and where you get the unexpected warnings.