mirror of
https://git.coolaj86.com/coolaj86/greenlock-cli.js
synced 2025-02-22 19:28:05 +00:00
update localhost.daplie.com-certificates to daplie.me
This commit is contained in:
parent
89530715b7
commit
8819e7b703
@ -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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user