By: Sakit Atakishiyev user 08 Jun 2017 at 4:29 p.m. CDT

2 Responses
Sakit Atakishiyev gravatar
I am trying to convert base64 to x509. For this I used `certFromString` from `cert` custom authentication script. The code block like below ```` def certFromString(self, x509CertificateEncoded): x509CertificateDecoded = base64.b64decode(x509CertificateEncoded) return CertUtil.x509CertificateFromBytes(x509CertificateDecoded) ```` my base64 decode to byte array successfully but fail `CertUtil.x509CertificateFromBytes`. This is the [oxauth.log](https://drive.google.com/file/d/0B0k0w2ZRcqm_eUh3VGw3WkpUa1U/view?usp=sharing)

By Mohib Zico staff 27 Jun 2017 at 5:44 p.m. CDT

Mohib Zico gravatar
Hi Sakit, Unfortunately we don't have bandwidth to troubleshoot custom script/java file in community support. Hopefully you will understand that.

By Sakit Atakishiyev user 29 Jun 2017 at 12:34 a.m. CDT

Sakit Atakishiyev gravatar
Hi mohib, after 3 weeks you just say that you did not support for custom scripts :). It is ok no problem. I solved my self just create a middleware service for converting process