Gathering detailed insights and metrics for @leeroy/le-challenge-cloudflare
Gathering detailed insights and metrics for @leeroy/le-challenge-cloudflare
Gathering detailed insights and metrics for @leeroy/le-challenge-cloudflare
Gathering detailed insights and metrics for @leeroy/le-challenge-cloudflare
npm install @leeroy/le-challenge-cloudflare
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
17 Commits
2 Forks
2 Watchers
1 Branches
1 Contributors
Updated on Dec 21, 2017
Latest Version
1.3.5
Package Id
@leeroy/le-challenge-cloudflare@1.3.5
Unpacked Size
93.96 kB
Size
27.51 kB
File Count
12
NPM Version
6.4.1
Node Version
11.0.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
greenlock
ACME dns-01
challenge for Cloudflare.
1import Greenlock from 'greenlock'; 2import LEStoreCertbot from 'le-store-certbot'; 3import LEChallengeCloudflare from '@ddg-gmbh/le-challenge-cloudflare'; 4 5const store = LEStoreCertbot.create(); 6 7const DNSChallenge = new LEChallengeCloudflare({ 8 cloudflare: { 9 email: process.env.cloudflare_email, 10 key: process.env.cloudflare_api_key, 11 }, 12 acmePrefix: '_acme-challenge', // default 13 verifyPropagation: { waitFor: 5000, retries: 20 }, // default 14 useDNSOverHTTPS: false // default 15}); 16 17const greenlock = Greenlock.create({ 18 server: Greenlock.stagingServerUrl, 19 store, 20 challenges: { 'dns-01': DNSChallenge }, 21 challengeType: 'dns-01' 22}); 23 24greenlock.register({ 25 domains: ['example.com'], 26 email: 'admin@example.com', 27 agreeTos: true, 28 rsaKeySize: 2048 29});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/17 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
52 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More