mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #348] unable to use in virtualbox #226
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#226
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 @moinologics on GitHub (Mar 6, 2021).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/348
I want to use mkcert generated certificates into the ubuntu virtual machine inside the VirtualBox.
I try but no success
Chrome(on Windows 10) Error: windows does not have enough information to verify certificates
note - I installed mkcert using choco in windows 10 and generate certificates and then import them into vm.
info ---
Host: Windows 10
guest: ubuntu 18.04 Linux virtual machine in VirtualBox.
server software: apache2
@rfay commented on GitHub (Mar 7, 2021):
Remember that your Virtualbox VM is a "different system" than your host. So your host's browser is not going to trust a cert that you generate inside the Virtualbox VM. So Installing the CA on different systems is the answer to your problem.
@moinologics commented on GitHub (Mar 7, 2021):
@rfay
i didn't genrate it inside vm, i genrated it inside windows 10 and then imported in vm.