we are trying to implementing an app that interact with the Cloudpath API,
the scenario is, when user use this app, they will have longer session that onboard using the web.
this means it will drop the different certificate template while using the app
do anyone have tried to contacting the API for drop down the certificate?
this is the Generate Certificate feature from Cloudpath ES
in the Cloudpath's API document in page 6, mentioned that we can use the Generate Certificate feature directly from API as follow
which is supposed to be
https://MYWEBCLOUDPATH/admin/api/MYAPIKEY/certificate/generate?csr=AUTOGENERATE&certificateTemplateN...in the document mentioned that CSR is required,
what should i fill the CSR if the generate certificate that i want to be generated is using Auto-Generated CSR configuration?
thanks