check_ssl_certs
checks the SSL certificates for nyu.databrary.org
and returns a data frame with the relevant information.
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
# }