class Invoker::Power::InvokerHttpsProxy
Public Instance Methods
post_init()
click to toggle source
Calls superclass method
# File lib/invoker/power/balancer.rb, line 18 def post_init super start_tls(private_key_file: Invoker.private_key, cert_chain_file: Invoker.certificate) end