Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
acme-dns-01-domeneshop
Advanced tools
Domeneshop + Let's Encrypt for Node.js
This handles ACME dns-01 challenges, compatible with ACME.js and Greenlock.js.
npm i --s acme-dns-01-domeneshop
Generate Domeneshop API Token:
First you create an instance with your credentials:
import dns01 from 'acme-dns-01-domeneshop'
Then you can use it with any compatible ACME library, such as Greenlock.js or ACME.js.
import Greenlock from 'greenlock-express'
const greenlock = Greenlock.create({
challenges: {
'dns-01': dns01({
domain,
token,
secret,
propagationTimeout: 3000, // (optional)
propagationDelay: 5000 // (optional)
})
}
})
See Greenlock Express and/or Greenlock.js documentation for more details.
let pems = await acme.certificates.create({
account,
accountKey,
csr,
domains,
challenges: {
'dns-01': dns01({
domain: topLevelDomain,
token: provider?.key,
secret: provider?.secret,
propagationTimeout: 3000, // (optional)
propagationDelay: 5000 // (optional)
})
}
})
See the ACME.js for more details.
FAQs
Domeneshop + Let's Encrypt for Node.js
We found that acme-dns-01-domeneshop demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.