mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 14:26:16 +01:00
remove acme python package
This commit is contained in:
@@ -4,16 +4,16 @@ from . import views
|
|||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('', views.loadSSLHome, name='loadSSLHome'),
|
path('', views.loadSSLHome, name='loadSSLHome'),
|
||||||
|
|
||||||
path('manageSSL/', views.manageSSL, name='manageSSL'),
|
path('manageSSL', views.manageSSL, name='manageSSL'),
|
||||||
path('issueSSL/', views.issueSSL, name='issueSSL'),
|
path('issueSSL', views.issueSSL, name='issueSSL'),
|
||||||
|
|
||||||
path('sslForHostName/', views.sslForHostName, name='sslForHostName'),
|
path('sslForHostName', views.sslForHostName, name='sslForHostName'),
|
||||||
path('obtainHostNameSSL/', views.obtainHostNameSSL, name='obtainHostNameSSL'),
|
path('obtainHostNameSSL', views.obtainHostNameSSL, name='obtainHostNameSSL'),
|
||||||
|
|
||||||
path('sslForMailServer/', views.sslForMailServer, name='sslForMailServer'),
|
path('sslForMailServer', views.sslForMailServer, name='sslForMailServer'),
|
||||||
path('obtainMailServerSSL/', views.obtainMailServerSSL, name='obtainMailServerSSL'),
|
path('obtainMailServerSSL', views.obtainMailServerSSL, name='obtainMailServerSSL'),
|
||||||
|
|
||||||
# v2 functions
|
# v2 functions
|
||||||
path('v2ManageSSL/', views.v2ManageSSL, name='v2ManageSSL'),
|
path('v2ManageSSL', views.v2ManageSSL, name='v2ManageSSL'),
|
||||||
path('v2IssueSSL/', views.v2IssueSSL, name='v2IssueSSL'),
|
path('v2IssueSSL', views.v2IssueSSL, name='v2IssueSSL'),
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
acme==2.11.0
|
|
||||||
bcrypt==4.2.0
|
bcrypt==4.2.0
|
||||||
beautifulsoup4==4.12.3
|
beautifulsoup4==4.12.3
|
||||||
boto3==1.34.153
|
boto3==1.34.153
|
||||||
|
|||||||
Reference in New Issue
Block a user