Lightweight library for getting Free SSL certifications through Let's Encrypt v2, using ACME (RFC 8555)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

3 lines
232 B

// For the time being I'm still pulling in my acme-v2 module until I transition over
// I export as ".ACME" rather than bare so that this can be compatible with the browser version too
module.exports.ACME = require('acme-v2').ACME;