diff --git a/templates/create_certificate.html b/templates/create_certificate.html index eaec94a..ac60955 100644 --- a/templates/create_certificate.html +++ b/templates/create_certificate.html @@ -8,7 +8,7 @@

创建新证书

-
+
@@ -57,12 +57,24 @@
- +
多个DNS用逗号分隔,如: example.com,www.example.com
- +
多个IP用逗号分隔,如: 192.168.1.1,10.0.0.1
@@ -90,4 +102,65 @@
+ + + + +{% endblock %} + +{% block scripts %} +{{ super() }} + {% endblock %} \ No newline at end of file