HOST machine is my Linux machine
GUEST machine is the Windows virtual machine
- Add
pronote-vm.devto/etc/hostson HOST machine
To do this, you must get the IP of the GUEST machine
For me, it was192.168.243.128. To know this, runipconfigon the GUEST machine. - Run
mkcert -installon the HOST machine - Take
rootCA.pemfrommkcert
You can find the location of it by runningmkcert -CAROOT - Drag the file to the VM and import it to the system store
certutil.exe -addstore -f "Root" 'C:\...\rootCA.pem' - Generate an SSL certificate on HOST machine
mkcert -ecdsa -pkcs12 pronote-vm.dev - Give the
.p12to the GUEST and import it from PRONOTE.net