[SSL证书]实现对ACME任务的增删改查

This commit is contained in:
GoEdgeLab
2020-11-25 21:19:07 +08:00
parent e2a415faa3
commit cf585b6778
22 changed files with 808 additions and 14 deletions

View File

@@ -0,0 +1,17 @@
.button-group {
margin-top: 4em;
z-index: 1;
.button.primary {
float: right;
}
}
.success-box {
text-align: center;
padding-top: 2em;
p {
font-size: 1.2em;
}
}