Description Usage Arguments Value Note References Examples
Retrieve the count of end-entity certificates that chain to the specified certificate. This is used to evaluate weight of a given issuer in the web pki
| 1 | get_paths(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 paths document. Each entry in the path contains the
current certificate and an array of parents, if any exist.
use either id or sha256. If both are provided, id gets preference.
https://github.com/mozilla/tls-observatory#get-apiv1paths
| 1 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.