I am trying to start my nginx in production mode but I am seeing
2023/05/29 03:41:27 [warn] 1#1: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/retool.spendline.ca.ssl.conf:5
cannot load certificate "/var/lib/https-portal/retool.spendline.ca/local/chained.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/var/lib/https-portal/retool.spendline.ca/local/chained.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
As I am running in production mode why it is expecting chained crt from https-portal as configured nginx.
Everything is working as expected when I run with https-portal in local mode