Load full certificate chain from a certificate chain file
This commit fixes loading the certificate chain files so that the full chain could be sent to the clients which require that for verification. Before that fix only the top most certificate would be loaded from the chain and sent to clients preventing some of them to perform certificate validation (e.g. Windows 10 DoH client).
Closes #2514 (closed)
Edited by Artem Boldariev