diff --git a/requirements.txt b/requirements.txt index 3334465..a9ab10b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ Flask==2.0.1 Flask-Login==0.5.0 mysql-connector-python==8.0.26 -python-dotenv==0.19.0 \ No newline at end of file +python-dotenv==0.19.0 +cryptography==2.0 \ No newline at end of file diff --git a/templates/create_ca.html b/templates/create_ca.html index 153df9b..7cc35cc 100644 --- a/templates/create_ca.html +++ b/templates/create_ca.html @@ -60,4 +60,15 @@
- +
+ + +
+ 取消 + +
+ + + +{% endblock %} \ No newline at end of file