chickadee » awful-ssl » enable-ssl

enable-ssl #!key certificate-file private-key-fileprocedure

Enable SSL support for awful. The following keyword parameters can be used:

certificate-file (string)
Path to the certificate file (PEM format).
private-key-file (string)
Path to the private key file (PEM format).

Important: enable-ssl must be evaluated in the context of privileged code to be effective. See the --privileged-code command line option for awful or the privileged-code parameter for the awful-start procedure.