We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c4024 commit 6d37ef6Copy full SHA for 6d37ef6
1 file changed
src/tls-certificates/acme.ts
@@ -270,6 +270,7 @@ export class AcmeCA {
270
csr,
271
challengePriority: ['http-01'],
272
termsOfServiceAgreed: true,
273
+ email: 'contact@' + domain,
274
skipChallengeVerification: true,
275
challengeCreateFn: async (_authz, challenge, keyAuth) => {
276
if (challenge.type !== 'http-01') {
0 commit comments