nodeSolidServer / nodeSolidServer/node-solid-server
Recommended certbot command doesn't create wildcard certs
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.8k
- 派生
- 308
- PR 合并指标
- 30 天内没有已合并 PR
描述
The certbot command from the inrupt docs doesn't create a wildcard certificate.
We made good success in using lego for doing so:
./lego -s https://acme-staging-v02.api.letsencrypt.org/directory --dns manual -d "soliddomain.tld" -d "*.soliddomain.tld" -m me@us.net --pem run
I haven't found the sources for that text on github, feel free to move this issue to the appropriate place.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先查看 issue 中链接的 NSS 安装和运行文档,然后定位其中推荐的 certbot 命令的源文本。将该命令与提供的 lego 示例进行比较,并验证通配符证书的行为。完成的标准是已确定文档源,并且证书相关指导准确涵盖通配符证书。
由索引模型根据 Issue 内容生成。
评估
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100