Description Usage Arguments Value Note References Examples
Retrieve a certificate
1 | get_cert(id, sha256, host = get_obs_host(), timeout = 60)
|
id |
the ID of the certificate to start the path at |
sha256 |
the hexadecimal checksum of the DER certificate (only if |
host |
if you host your own instance of the TLS Observatory, either specify
the hostname here (not advised) or set the envrionment variable |
timeout |
defaults to |
a list containing the parsed certificate and its raw X509 version encoded with base64
alog with an X509 certificate object created using openssl.
use either id or sha256. If both are provided, id gets preference.
https://github.com/mozilla/tls-observatory#get-apiv1certificate
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.