Using custom certficate files
VahidN opened this issue · 3 comments
VahidN commented
I have cert.crt
and private.key
SSL/TLS certificate files for my domain from cloudflare. Is it possible to use them here?
Snawoot commented
Hi! I think it should work. Specify path to these files as -cert
and -key
options respectively.
Snawoot commented
P.S. Note that cert should include complete certificate chain with all intermediate certificates, not just single leaf certificate.