1.The domain aa.com was belongs to our company and we have the public and private key of Wildcard certificate about aa.com.
2.We want to grab all of the URL from the access log which about *.aa.com, so we can use the security scanner to check these URL for vulnerability automatically.
3.We build a transparent SSL proxy by pfSense and we dont want somebody import the CA into the PC,after the testing department finish the function test, we also finish the security scan automatically.
Is it possible to hijack HTTPS requests for all subdomains under a domain with a wildcard certificate without importing a self-signed CA? I don't want to bother my colleagues.
How can I make it ?
Thanks.