<% Z::set_settings( "help" => "/apps/web/docs/ssl.html", "title" => "Secure Server Configuration", "base" => "security" ); $::f{back} = "/apps/web/edit.ahtml?server=$::f{server}"; %> <% Z::parse( "etc/editheader.ahtml" ) %>
Security Enabled
Do you want to enable Secure Socket Layer encryption? This will provide both security and cryptographic authentication of all requests. If enabled, all browsers must use 'https://', instead of 'http://'
<%= Z::form( target=>$::f{back} ) %> SSL: > On > Off

Keys may be created using the command line cert utility or using the SSL Quick Setup page.

Public Certificate File
This is the name of the file that contains the X509 Certificate which contains your public key.
" size=40 name=!public_key>

Private Key File
This is the name of the file that contains the RSA Private Key.
" size=40 name=!private_key>

Client Certificate Support
Client-side certificates can be requested if available from clients and used for authenticating individual people. Certificate information when available is provided in the standard environment.

<%= Z::endform() %> <%Z::parse( "etc/footer.ahtml" )%>