acme-dns-01-googlecloud

0.0.1 • Public • Published

acme-dns-01-googlecloud.js

Google Domains + Let's Encrypt for Node.js - ACME dns-01 challenges w/ ACME.js and Greenlock.js

In Progress. Would love help. Please contact @coolaj86 on Keybase.

  • zones
  • set
  • get
  • remove

Implementation Details

Test This First!

Edit the file oauth2l-test-token.sh

Change the location of service_account.json to whatever it needs to be.

Change the project to the name of your project.

If that doesn't work, something is wrong with your credentials, nothing else will work.

Usage

First you create an instance with your credentials:

var dns01 = require('acme-dns-01-googlecloud').create({
    baseUrl: 'https://www.googleapis.com/dns/v1/', // default
 
  // contains private_key, private_key_id, project_id, and client_email
    serviceAccountPath: __dirname + '/service_account.json'
});

Package Sidebar

Install

npm i acme-dns-01-googlecloud

Weekly Downloads

5

Version

0.0.1

License

MPL-2.0

Unpacked Size

20.5 kB

Total Files

7

Last publish

Collaborators

  • coolaj86