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
- https://cloud.google.com/dns/docs/reference/v1/
 - https://cloud.google.com/service-usage/docs/getting-started#api
 - https://github.com/google/oauth2l
 
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'
});
			
		Description
				Google Cloud DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js
						
						
						
					Languages
				
				
								
								
									JavaScript
								
								83.3%
							
						
							
								
								
									Shell
								
								16.7%