We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98b24d commit f271fdfCopy full SHA for f271fdf
app/Concerns/MonitorsSsl.php
@@ -61,6 +61,7 @@ protected function checkSsl(string $url)
61
'algorithm' => $certificate->getSignatureAlgorithm(),
62
'fingerprint' => $certificate->getFingerprint(),
63
'additional_domains' => $certificate->getAdditionalDomains(),
64
+ 'raw' => $certificate->getRawCertificateFields(),
65
]);
66
} catch (Exception $e) {
67
$payload = array_merge($payload, [
0 commit comments