Well, I've used this script as base
Corrected a failure in which some cases the script would output a sed error.
Anywho..... I have a host with a single apache server but multiple virtual hosts, each of them with their own certificate.
The only way I found to check more than one of those domains was to create "fake" hosts, pointing at 127.0.0.1, adding this check and configuring a macro with {$SNI} with the different domains.
Is this the best way to do so?
Does anyone have any suggestion on how to do this better?
Thanks!!!
Corrected a failure in which some cases the script would output a sed error.
Anywho..... I have a host with a single apache server but multiple virtual hosts, each of them with their own certificate.
The only way I found to check more than one of those domains was to create "fake" hosts, pointing at 127.0.0.1, adding this check and configuring a macro with {$SNI} with the different domains.
Is this the best way to do so?
Does anyone have any suggestion on how to do this better?
Thanks!!!
Comment