Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

CSR decoder script giving - Error: \"GlideAjax\" is not defined.,Detail: \"GlideAjax\" is not define

Aromah
Tera Contributor

Hello, I am trying to figure out a script that could decode the CSR values like CN, SAN, Key Size, Key Type, O, OU, S, C, etc. from the data entered in the service catalogue form. I tried referring Solved: Decode CSR (Certificate Sign Request) - ServiceNow Community article, and  currently using attached the script to decode the CSR. 

 

I verified the code but I keep getting following error, I am not sure from where to start to fix this -

Could someone suggest a way out for this please?

 

Thanks in advance! 

{
    "Action Status": {
        "code": 1,
        "message": "Error: \"g_form\" is not defined.,Detail: \"g_form\" is not defined."
    }
}
    "Action Status": {
        "code": 1,
        "message": "Error: \"GlideAjax\" is not defined.,Detail: \"GlideAjax\" is not defined."
    }
}

 

0 REPLIES 0