require_once "vendor/autoload.php";
$certInfo = Ssl\Ssl::getSSLinfo('stackoverflow.com');
echo $certInfo->validFrom .'<br>';
echo $certInfo->validTo .'<br>';
echo $certInfo->issuer .'<br>';
echo $certInfo->validity .'<br>';
echo $certInfo->validitytot .'<br>';
echo $certInfo->crtValRemaining .'<br>';
-
Notifications
You must be signed in to change notification settings - Fork 0
Fetch SSL info detail using PHP
License
NaturalBuild/fetch-ssl-info
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Fetch SSL info detail using PHP
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published