[SSL证书]增加提前自动更新证书功能

This commit is contained in:
刘祥超
2020-11-27 09:57:34 +08:00
parent 2cf693d278
commit 237440777f
3 changed files with 29 additions and 4 deletions

View File

@@ -24,7 +24,11 @@
<!-- 准备工作 -->
<div v-show="step == 'prepare'">
我们在申请免费证书的过程中需要自动增加或修改相关域名的TXT记录请先确保你已经在"域名解析" -- <a href="/dns/providers" target="_blank">"DNS服务商"</a> 中已经添加了对应的DNS服务商账号。
<div>此流程用于免费申请一个新的证书。</div>
<div class="margin"></div>
<div>
我们在申请免费证书的过程中需要自动增加或修改相关域名的TXT记录请先确保你已经在"域名解析" -- <a href="/dns/providers" target="_blank">"DNS服务商"</a> 中已经添加了对应的DNS服务商账号。
</div>
<div class="button-group">
<button type="button" class="ui button primary" @click.prevent="doPrepare">下一步</button>

View File

@@ -35,7 +35,7 @@ Tea.context(function () {
this.runTask = function (index, task) {
let that = this
teaweb.confirm("确定要立即执行此任务吗?", function () {
teaweb.confirm("html:确定要立即执行此任务吗?<br/>将会重新发起证书申请。", function () {
that.isRunning = true
that.runningIndex = index