class Falcon::Host

def ssl_certificate_path= path

def ssl_certificate_path= path
	@ssl_certificate = OpenSSL::X509::Certificate.new(File.read(path))
end