Skip to contents

check_ssl_certs checks the SSL certificates for nyu.databrary.org and returns a data frame with the relevant information.

Usage

check_ssl_certs(host = "nyu.databrary.org")

Arguments

host

Target URL. Defaults to 'nyu.databrary.org'.

Value

A data frame with information about the SSL certificates.

Examples

# \donttest{
check_ssl_certs()
#>                                                     issuer
#> 1                      CN=WE1,O=Google Trust Services,C=US
#> 2          CN=GTS Root R4,O=Google Trust Services LLC,C=US
#> 3 CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE
#>                 start_date                 exp_date
#> 1 Aug 25 14:03:19 2024 GMT Nov 23 14:03:18 2024 GMT
#> 2 Dec 13 09:00:00 2023 GMT Feb 20 14:00:00 2029 GMT
#> 3 Nov 15 03:43:21 2023 GMT Jan 28 00:00:42 2028 GMT
# }