diff -urN smeserver-certificate-0.0.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Certificate.pm smeserver-certificate-0.0.4/root/usr/share/smanager/lib/SrvMngr/Controller/Certificate.pm --- smeserver-certificate-0.0.4.old/root/usr/share/smanager/lib/SrvMngr/Controller/Certificate.pm 2022-05-26 15:23:20.125434695 +0100 +++ smeserver-certificate-0.0.4/root/usr/share/smanager/lib/SrvMngr/Controller/Certificate.pm 2022-05-26 15:24:17.677666774 +0100 @@ -6,7 +6,7 @@ # navigation : 6000 6750 # name : Certificate, method : get, url : /certificate, ctlact : Certificate#main -# name : CertificateSave, method : post, url : /certificatesave, ctlact : Certificate#save +# name : Certificates, method : post, url : /certificates, ctlact : Certificate#save # # routes : end # diff -urN smeserver-certificate-0.0.4.old/root/usr/share/smanager/themes/default/templates/certificate.html.ep smeserver-certificate-0.0.4/root/usr/share/smanager/themes/default/templates/certificate.html.ep --- smeserver-certificate-0.0.4.old/root/usr/share/smanager/themes/default/templates/certificate.html.ep 2022-05-26 15:23:20.127434703 +0100 +++ smeserver-certificate-0.0.4/root/usr/share/smanager/themes/default/templates/certificate.html.ep 2022-05-26 15:55:26.510221198 +0100 @@ -46,7 +46,7 @@ %} - %= form_for '/certificatesave' => (method => 'POST') => begin + %= form_for '/certificates' => (method => 'POST') => begin % my $btn = l('SAVE'); %== l 'DESC_SSL_CERTIFICAT_CONFIG_PAGE' @@ -98,4 +98,4 @@ } %end -%end \ No newline at end of file +%end