fix example
This commit is contained in:
parent
b0120e2236
commit
da5b69d74b
|
@ -44,7 +44,7 @@ module.exports.init = function (sharedOpts) {
|
|||
domain: workerOptions.domains[0]
|
||||
, options: {
|
||||
domains: certs && certs.altnames || workerOptions.domains
|
||||
, email: 'aj@daplie.com'
|
||||
, email: 'john.doe@example.com'
|
||||
, agreeTos: true
|
||||
}
|
||||
, certs: certs
|
||||
|
|
Loading…
Reference in New Issue