fix(deploy): 一级子域跳过 Total TLS——Universal SSL 通配覆盖,免费计划无 ACM 报 1450 - #70
Merged
Conversation
needsTotalTls(domain, zoneName) 纯函数 + 三用例:一级子域/apex 不 需要、多级需要。用户拍板实例域名回 unself.handywote.top(免费证书 覆盖),部署日志不再每次报 1450。 Signed-off-by: huangyinghui <18666119673@163.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
用户拍板(2026-09-08):实例域名回
unself.handywote.top(一级子域,免费 Universal SSL 覆盖),不再用多级unself.demo.handywote.top(该域名在纯路由形态下无免费证书路径,Total TLS 需付费 ACM,1450 实证)。脚本配合:
needsTotalTls(domain, zoneName)纯函数判定——一级子域/apex 由通配证书覆盖,跳过 Total TLS(免去每次部署的 1450 失败日志);多级子域才触发。测试 64 用例绿。