tlsobs : Tools to Work with the 'Mozilla' 'TLS' Observatory 'API'

The Mozilla TLS Observatory can be used to compare your site against the Mozilla guidelines. You can use their service or host your own. Both the central service and locally hosted services have an API. Either the central service or a local service can be queried from the functions provided.

The following functions are implemented:

TODO

Feel free to implement any of ^^. Please file an issue if you do and ensure you update DESCRIPTION

Installation

devtools::install_github("hrbrmstr/tlsobs")
options(width=120)

Usage

library(tlsobs)

# current verison
packageVersion("tlsobs")

get_heartbeat()

str(get_cert(1))

str(get_issuer_count(1))

str(get_paths(1))

str(get_scan_results("12302333"))
get_usage_stats()

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



hrbrmstr/tlsobs documentation built on May 20, 2019, 4:06 p.m.