You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I have successfully written code in Android to enroll with a CA and obtain certificates using the jscep library. I did this by creating a jscep client, generating keypair, Self Signed Cert, Self Key, obtaining the challenge passcode by hitting the challenge URL, generating a CSR using the challenge passcode, and then obtaining the certificate using the client.enroll() method of the jscep library.
I am able to get certificates from EJBCA, NDES and Digicert SCEP servers.
However, SCEP/jscep does not support revocation. I know that we can obtain CRL using .client.getRevocationList(). I would like to understand how I can make a certificate revocation request or handle revocation from my device.
I would like the jscep library to include support for certificate revocation. This could be implemented by providing a method to generate a Certificate Revocation Request (CRR) that can be sent to the CA, similar to how the enrollment process works.
Any guidance or implementation of this feature would be greatly appreciated. Additionally, if there are any alternative APIs or methods to handle certificate revocation from an Android device, I would appreciate information on those as well.
The text was updated successfully, but these errors were encountered:
Currently, I have successfully written code in Android to enroll with a CA and obtain certificates using the jscep library. I did this by creating a jscep client, generating keypair, Self Signed Cert, Self Key, obtaining the challenge passcode by hitting the challenge URL, generating a CSR using the challenge passcode, and then obtaining the certificate using the client.enroll() method of the jscep library.
I am able to get certificates from EJBCA, NDES and Digicert SCEP servers.
However, SCEP/jscep does not support revocation. I know that we can obtain CRL using .client.getRevocationList(). I would like to understand how I can make a certificate revocation request or handle revocation from my device.
I would like the jscep library to include support for certificate revocation. This could be implemented by providing a method to generate a Certificate Revocation Request (CRR) that can be sent to the CA, similar to how the enrollment process works.
Any guidance or implementation of this feature would be greatly appreciated. Additionally, if there are any alternative APIs or methods to handle certificate revocation from an Android device, I would appreciate information on those as well.
The text was updated successfully, but these errors were encountered: