mirror of
https://github.com/therootcompany/acme.js
synced 2025-12-23 21:48:40 +00:00
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
'use strict';
|
|
require('dotenv').config();
|
|
require('./examples/dns-01-digitalocean.js');
|