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
- Host: GitHub
- URL: https://github.com/jeroen/acme
- Owner: jeroen
- License: other
- Created: 2017-06-07T21:33:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T15:19:32.000Z (over 7 years ago)
- Last Synced: 2025-04-08T16:34:15.847Z (6 months ago)
- Topics: acme, acme-client, https, r, r-package, rstats
- Language: R
- Homepage: https://docs.ropensci.org/acme
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# acme
[](http://www.repostatus.org/#wip)
[](https://travis-ci.org/ropensci/acme)
[](https://ci.appveyor.com/project/jeroen/acme)
[](https://codecov.io/github/ropensci/acme?branch=master)
[](http://cran.r-project.org/package=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")
```