mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 05:15:49 +01:00
Remove SECURITY_INSTALLATION.md and implement SSL reconciliation features in manageSSL module. Add new views and URLs for SSL reconciliation, enhance mobile responsiveness in templates, and update SSL utilities for improved functionality. Update upgrade script for scheduled SSL reconciliation tasks.
This commit is contained in:
@@ -17,4 +17,10 @@ urlpatterns = [
|
||||
# v2 functions
|
||||
path('v2ManageSSL', views.v2ManageSSL, name='v2ManageSSL'),
|
||||
path('v2IssueSSL', views.v2IssueSSL, name='v2IssueSSL'),
|
||||
|
||||
# SSL Reconciliation functions
|
||||
path('sslReconcile', views.sslReconcile, name='sslReconcile'),
|
||||
path('reconcileAllSSL', views.reconcileAllSSL, name='reconcileAllSSL'),
|
||||
path('reconcileDomainSSL', views.reconcileDomainSSL, name='reconcileDomainSSL'),
|
||||
path('fixACMEContexts', views.fixACMEContexts, name='fixACMEContexts'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user