I have a multiple domain/certificate setup. How would Composer know what certificate / domain to check for? When trying the install manually I get this: `Installer corrupt` ``` C:\64bit\composer>php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" C:\64bit\composer>php -r "if (hash_file('sha384', 'composer-setup.php') === 'a5c698ffe4b8e849a443b120cd5ba38043260d5c4023dbf93e1558871f1f07f58274fc6f4c93bcfd858c6bd0775cd8d1') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" Installer corrupt ``` [Setup Log 2019-09-16 #001.txt](https://github.com/composer/windows-setup/files/3616773/Setup.Log.2019-09-16.001.txt) <!-- Composer-Setup creates a log file in your temp directory AppData\Local\Temp, with a formatted filename: Setup Log YYYY-MM-DD #nnn.txt Please include this file if you experienced a problem with the installation process. Review it first for any data that might be sensitive. -->