How to pass certificate path from function to http node

i want to define certificate path from function to http node how to define same ?(my function node output is connected to http node)

for example if i want to pass header to http node from javascript function node then i write as
msg.headers = {
Authorization: "Bearer "+ Api_key1[Device_no]
}