I am attempting to spin up Iris using our AD PKI created certs. Per the instructions, I need only place the cert.pem and key.pem in the certificates/web_certificates folder and then reference the same in .env. I have done this:
user@iris:~/iris-web$ ls -lh certificates/web_certificates/
total 16K
-rw-r--r-- 1 user domain users 5.3K Oct 24 15:23 iris.dauntless.local-fullchain.pem
-rw------- 1 user domain users 1.7K Oct 24 15:23 iris.dauntless.local.key
Greetings:
I am attempting to spin up Iris using our AD PKI created certs. Per the instructions, I need only place the cert.pem and key.pem in the certificates/web_certificates folder and then reference the same in .env. I have done this:
and referenced them in .env:
But continue to get:
iriswebapp_nginx | nginx: [emerg] cannot load certificate ... BIO_new_file() failed (SSL: error:8000000D:system library::Permission denied:calling fopen
when bringing docker compose up.I have gone so far as to change permissions to 777 (untenable in the long run) and this did not change the permissions error.
I am sure its a simple solution but I can't seem to stumble upon it.
Any suggestions?