Skip to content

Instantly share code, notes, and snippets.

@postwait
Created October 17, 2013 23:10
Show Gist options
  • Select an option

  • Save postwait/7033924 to your computer and use it in GitHub Desktop.

Select an option

Save postwait/7033924 to your computer and use it in GitHub Desktop.
module(..., package.seeall)
function config()
local http = ats.config.proxy.config.http
http.server_ports("8888 443:ipv4:ssl")
end
function config_ssl(add)
add({ dest_ip = "*", ssl_cert_name = "bar.pem", ssl_key_name = "barKey.pem" })
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment