I found an answer in Stackoverflow that says that the files should be included in the cert .pem file. I did it and it seems to work.
Hi guys,Sorry for the newbie question, but I have the following configuration for an HTTPS endpoint:[https_one]sni = https:one.orgconnect = 44300cert = D:\node\https\default.crtkey = D:\node\https\default.keyIt works wonders, however I need to provide to this configuration two more .pem files for "chain". How would go about doing that?Thanks,Gustavo