We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f8318 commit 6420708Copy full SHA for 6420708
supabase/functions/proxy-certificate/index.ts
@@ -57,7 +57,8 @@ Deno.serve(async (req) => {
57
},
58
],
59
{
60
- acmeDirectoryUrl: 'https://acme-staging-v02.api.letsencrypt.org/directory',
+ // Uncomment to use let's encrypt staging environment
61
+ // acmeDirectoryUrl: 'https://acme-staging-v02.api.letsencrypt.org/directory',
62
yourEmail: env.ACME_EMAIL,
63
pemAccountKeys: accountKeys,
64
}
0 commit comments