I am trying to install a certificate provided by mitmproxy.org via powershell and windows is not saving the certificate in the correct location. Commands I tried to run: Get-ChildItem -Path c:\mitmproxy-ca-cert.p12 | Import-PfxCertificate -CertStoreLocation cert:\LocalMachine\Root Instead of inserting a cert into Trusted Root Certification Authorities, it put it in Intermediate [...] read more
I have 2 servers running Hyper-V. Both servers are off domain and part of the WORKGROUP. I have setup one of the servers to act as a Hyper-V Replica making use of self-signed certificates. I followed the below guide: Setup 2 Hyper-V 2016 Servers, enable Hyper-V Replica with self-created certificates [...] read more