#include <WinHttp.au3> ; https://github.com/dragana-r/autoit-winhttp/tree/master
ConsoleWrite("- ExpiryTime: " & _WinHttp_SSL_ExpiryTime("www.google.com") & @CRLF)
Func _WinHttp_SSL_ExpiryTime($sSite, $iPort = 443, $sTimeType = "ExpiryTime")
Local Const $tagINTERNET_CERTIFICATE_INFO = "dword...