mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #24] How to get the certs on Android? #14
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#14
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 @ibes on GitHub (Jul 1, 2018).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/24
Hi there,
sounds like an awesome tool.
I fiddled around with CA and local certs one or two weeks ago and kind of got it working but it was a lot of work to do - you tool seems to be so much easier.
But what I didn't manage was to get the cert accepted on my Android device so I can do local testing there.
(Website on my computer, open to be seen from the network through IP address but via HTTPS -> needs to have an accepted cert).
As far as I got this right, I could put the CA on my Android device and that should work. But how?
Do you have ideas for that?
@FiloSottile commented on GitHub (Jul 4, 2018):
I added some instructions to the README. It's not exactly easy, but I don't think mkcert can do much to help. Let me know otherwise.
@sweetsour5 commented on GitHub (Jul 5, 2018):
Thank u