certificate_info: Get Certificate Information for a Domain

Description Usage Arguments See Also Examples

Description

certificate_info retrieves information about a domain's SSL certificate (if present).

Usage

1
certificate_info(token, domain, ...)

Arguments

token

a token generated with whoapi_token

domain

a domain name

...

further arguments to pass to httr's GET.

See Also

whois_info for information about the domain in general.

Examples

1
2
3
4
5
token <- whoapi_token("demokey")
## Not run: 
whoapi_cert <- certificate_info(token, "whoapi.com")

## End(Not run)

whoapi documentation built on May 2, 2019, 6:44 a.m.