(index ("enable-ssl" 0))
(def (sig (procedure "(enable-ssl #!key certificate-file private-key-file)" (id enable-ssl))) (p "Enable SSL support for " (int-link "/egg/awful" "awful") ".  The following keyword parameters can be used:") (dl (dt (tt "certificate-file") " (string)") (dd "Path to the certificate file (PEM format).") (dt (tt "private-key-file") " (string)") (dd "Path to the private key file (PEM format).")) (p (b "Important") ": enable-ssl must be evaluated in the context of privileged code to be effective.  See the " (tt "--privileged-code") " command line option for awful or the " (tt "privileged-code") " parameter for the " (tt "awful-start") " procedure."))
