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)

Ironholds/whoapi documentation built on May 7, 2019, 6:43 a.m.