Skip to content

themasch/node-acme-protocol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACME Protocol

npm npm npm downloads build status

Install via npm

$ npm install acme-protocol

Usage

var ACME = require( 'acme-protocol' )
var client = new ACME({
  baseUrl: 'https://acme-staging.api.letsencrypt.org'
})
client.getDirectory( function( error, data ) {
  // data -> {
  //   'new-authz': 'https://acme-staging.api.letsencrypt.org/acme/new-authz',
  //   'new-cert': 'https://acme-staging.api.letsencrypt.org/acme/new-cert',
  //   'new-reg': 'https://acme-staging.api.letsencrypt.org/acme/new-reg',
  //   'revoke-cert': 'https://acme-staging.api.letsencrypt.org/acme/revoke-cert'
  // }
})

About

Automatic Certificate Management Environment (ACME) Protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%