cs_list_certs: List Certificates

Description Usage Arguments Value Note

View source: R/cs-list-certs.r

Description

Uses the sslmate Cert Spotter API to list all CT logged certificates for a given domain.

Usage

1
2
cs_list_certs(domain, expired = FALSE, duplicate = FALSE,
  sslmate_api_key = Sys.getenv("SSLMATE_API_KEY"))

Arguments

domain

Return certificates for the given domain and all sub-domains. Also returns matching wildcard certificates. Must be at or below a registered domain.

expired

Include expired certificates? For TRUE you'll need an sslmate API key passed in to the function or stored in the SSLMATE_API_KEY environment variable. Default: FALSE. When false, only the most recent (pre-)certificate is returned for any given tbsCertificate. Default: FALSE.

duplicate

Include duplicate certificates?

sslmate_api_key

(optional). See expired and Note.

Value

data frame (tibble) with columns:

Note

Unauthenticated access to the API may be subject to rate limits.


hrbrmstr/sslsaran documentation built on May 28, 2019, 12:59 p.m.