An open API service indexing awesome lists of open source software.

https://github.com/jeroen/acme

ACME client for R
https://github.com/jeroen/acme

acme acme-client https r r-package rstats

Last synced: about 1 month ago
JSON representation

ACME client for R

Awesome Lists containing this project

README

          

# acme

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![Build Status](https://travis-ci.org/ropensci/acme.svg?branch=master)](https://travis-ci.org/ropensci/acme)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/ropensci/acme?branch=master&svg=true)](https://ci.appveyor.com/project/jeroen/acme)
[![Coverage Status](https://codecov.io/github/ropensci/acme/coverage.svg?branch=master)](https://codecov.io/github/ropensci/acme?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/acme)](http://cran.r-project.org/package=acme)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/acme)](http://cran.r-project.org/web/packages/acme/index.html)

> IETF ACME client. Work in progress.

## Resources

Implementing client for ACME as used by e.g. LetsEncrypt for issuing HTTPS certificates.

- Editor copy: https://ietf-wg-acme.github.io/acme/
- Official spec: https://tools.ietf.org/html/draft-ietf-acme-acme

## Installation

```r
devtools::install_github("ropensci/acme")
```