Skip to content

Commit 6420708

Browse files
committed
comment acmeDirectoryUrl
1 parent 85f8318 commit 6420708

File tree

1 file changed

+2
-1
lines changed
  • supabase/functions/proxy-certificate

1 file changed

+2
-1
lines changed

supabase/functions/proxy-certificate/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ Deno.serve(async (req) => {
5757
},
5858
],
5959
{
60-
acmeDirectoryUrl: 'https://acme-staging-v02.api.letsencrypt.org/directory',
60+
// Uncomment to use let's encrypt staging environment
61+
// acmeDirectoryUrl: 'https://acme-staging-v02.api.letsencrypt.org/directory',
6162
yourEmail: env.ACME_EMAIL,
6263
pemAccountKeys: accountKeys,
6364
}

0 commit comments

Comments
 (0)