<% include("language.html") if _SESSION["logined"] ~= nil then %> <% local result = nil local name = nil if _GET["name"] ~= nil then name = _GET["name"] result = c_GetSSLCertificate(name) if result == nil then print("") exit() end end %> Add/Modify SSL Certificate
<%=LANG["str_cert_name"]%>: style="width:200px;">
<%=LANG["str_sslcert_path"]%>:">
<%=LANG["str_sslkey_path"]%>:">
<%=LANG["str_password2"]%>:">
 
<% else print("") print("") end %>