Learn R Programming

whoapi (version 0.1.2)

certificate_info: Get Certificate Information for a Domain

Description

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

Usage

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

Run this code
token <- whoapi_token("demokey")
## Not run: 
# whoapi_cert <- certificate_info(token, "whoapi.com")
# ## End(Not run)

Run the code above in your browser using DataLab