By: Sakit Atakishiyev user 17 May 2017 at 11:26 a.m. CDT

6 Responses
Sakit Atakishiyev gravatar
There is no `chain_cert.pem` file under `/etc/certs/` because of this `cert` custom authorization script could not initialize.

By Aliaksandr Samuseu staff 17 May 2017 at 11:47 a.m. CDT

Aliaksandr Samuseu gravatar
Hi, Sakit. I believe this file should contain some valid certificate chain anyway, which should be provided by user (like, chain to some root CA existing in his/her internal network), is it? So it should be anyway created/filled by user before using the script.

By Aliaksandr Samuseu staff 17 May 2017 at 11:50 a.m. CDT

Aliaksandr Samuseu gravatar
Here is quote from README: ``` 1) chain_cert_file_path - It's mandatory property. It's path to file with cert chains in pem format. Example: '/etc/certs/chain_cert.pem' ``` So it's a mandatory element.

By Sakit Atakishiyev user 17 May 2017 at 11:53 a.m. CDT

Sakit Atakishiyev gravatar
Hi Aliaksandr, yes it is. I used my own `certificate chain` file and try to check this custom authenticate script

By Aliaksandr Samuseu staff 17 May 2017 at 11:56 a.m. CDT

Aliaksandr Samuseu gravatar
Should we close the ticket then? Or do you still think there is some kind of issue with the script?

By Sakit Atakishiyev user 17 May 2017 at 12:03 p.m. CDT

Sakit Atakishiyev gravatar
I currently testing the script. After testing I will close. Thanks your response

By Sakit Atakishiyev user 20 May 2017 at 12:01 a.m. CDT

Sakit Atakishiyev gravatar
Everything is ok