Skip to content

Commit

Permalink
fix: acme
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Dec 31, 2023
1 parent e2d35d9 commit 85301d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update-certificates.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if ( !cloudflareApi ) {

const acme = new Acme( {
"provider": "letsencrypt",
"test": true,
"test": false,
"email": "[email protected]",
"accountKey": null,
} );
Expand Down

0 comments on commit 85301d6

Please sign in to comment.