update localhost.daplie.com-certificates to daplie.me

This commit is contained in:
Drew Warren 2017-05-17 11:48:03 -06:00
förälder 89530715b7
incheckning 8819e7b703
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

@ -25,7 +25,7 @@ module.exports.create = function (challenge) {
, startServers: function (plainPorts, tlsPorts, opts) {
opts = opts || {};
var httpsOptions = opts.httpsOptions || require('localhost.daplie.com-certificates');
var httpsOptions = opts.httpsOptions || require('localhost.daplie.me-certificates');
var https = require('https');
var http = require('http');