
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@certd/plugin-center
Advanced tools
## 1.本地调试运行 server: ```shell cd packages/ui/certd-server npm run dev ```
server:
cd packages/ui/certd-server
npm run dev
client:
cd packages/ui/certd-client
npm run dev
# 访问客户端,即可测试你的插件
进入 packages/plugins/plugin-center/src
比如你想做cloudflare的插件,那么你可以复制demo目录,将其命名成cloudflare。
如果这是一个新的平台,它应该有授权方式,比如accessKey accessSecret之类的
参考demo/access.ts 修改为你要做的平台的access
这样用户就可以在certd后台中创建这种授权凭证了
如果域名是这个平台进行解析的,那么你需要实现dns-provider
参考demo/dns-provider.ts 修改为你要做的平台的dns-provider
如果这个平台有需要部署证书的地方
参考demo/deploy-plugin.ts 修改为你要做的平台的deploy-plugin
在./src/你的插件目录/index.ts中增加你的插件import
export * from './dns-provider'
export * from './plugin-test'
export * from './access'
在./src/index.ts中增加import
export * from "./你的插件目录"
确保能够正常进行证书申请和部署
我们将尽快审核PR
FAQs
## 1.本地调试运行 server: ```shell cd packages/ui/certd-server npm run dev ```
We found that @certd/plugin-center demonstrated a not healthy version release cadence and project activity because the last version was released 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.