-
-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望证书签发可以多域名单证书 #601
Comments
abc.com abc.cn 这个情况,现在是支持的 只要 server_name 是这样设置的,打开 let's encrypted 自动证书,就会获取到这样的证书 |
试了下,在站点列表那里开证书的话,如果 server_name 有*.abc.com *.abc.cn abc.com abc.cn 确实可以都签发,但是停用这个站点就会停用续签,其他站点也无法使用此证书了。 目前版本潜在的解决方式可能是 |
如果你有超出 300 个域名,也可以创建多个账户来进行申请,理论上每三小时可以申请 3000 个证书,这个配额足够了吧? 关于这项功能的 pr: #361 |
你可以创建多张 Wildcard 证书,然后对于 *.abc.tld abc.tld *.123.tld 123.tld 这种需求,可以在同一个 Server 里绑定多张证书,就可以实现你的需求。 |
最近遇到了abc.com abc.cn需要指向同一个服务
目前在UI里签发只能签 *.abc.tld abc.tld
不能签 *.a.abc.tld *.abc.tld abc.tld的单证书
也不能签 *.abc.tld abc.tld *.123.tld 123.tld的单证书
现在在UI下只能多域名签发多个证书 然后写不同的server来达到多域名指向单一服务的需求
另外希望在"站点列表"里添加一个跟"管理 Stream"界面 一样的“添加”按钮
如果想用"高级模式"新增站点 每次添加站点都要先填必填项目 然后才能去修改里填写
或者添加站点里添加"高级模式"
The text was updated successfully, but these errors were encountered: