Skip to content

Commit 6d37ef6

Browse files
committed
Add a contact email for ACME cert requests to keep Google happy
1 parent 74c4024 commit 6d37ef6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tls-certificates/acme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ export class AcmeCA {
270270
csr,
271271
challengePriority: ['http-01'],
272272
termsOfServiceAgreed: true,
273+
email: 'contact@' + domain,
273274
skipChallengeVerification: true,
274275
challengeCreateFn: async (_authz, challenge, keyAuth) => {
275276
if (challenge.type !== 'http-01') {

0 commit comments

Comments
 (0)