Similar to how you can set Git config options for a specific URL like
git config http."https://code.example.com/".sslVerify false
I'd like to set them for all subdomains. How can I use wildcards? The following doesn't seem to work
git config http."https://*.mycompany.com/".sslCAInfo <downloaded certificate>.pem