文件名称:acme-freenom-example
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-04 16:34:05
JavaScript
acme-freenom-example 使用Greenlock + Express + Freenom DNS通过v2 API自动颁发Let's Encrypt证书的示例项目。 尽管从技术上讲这是可行的,但它有一个巨大的警告,即Freenom DNS API可能需要花费几分钟才能开始发布新更新的记录。 由于Greenlock的设计,这意味着在颁发证书时,PER域存在数分钟的延迟。 因此,最好将域的名称服务器托管在合理的位置(例如Cloudflare),然后使用Greenlock Cloudflare插件。 用法 在index.js配置它: // Configure me const config = { // Your email so ACME can email you about expiry acmeEmail : 'YOUR-VALID-EMAIL@ADDR
【文件预览】:
acme-freenom-example-master
----.gitignore(20B)
----package.json(330B)
----package-lock.json(58KB)
----index.js(1KB)
----README.md(1KB)
----freenom-challenge.js(1KB)