i'm looking for a better step to set the newly created OCSP responder (responder-renew) take effective immediately. Looks there are delay when i disable the old OCSP responder and set active to the newly created one.
i'm looking for a better step to set the newly created OCSP responder (responder-renew) take effective immediately. Looks there are delay when i disable the old OCSP responder and set active to newly created one.
i'm trying to test the following case: old OCSP responder (e.g. responder) still valid and active. i create a new OCSP responder (e.g. responder-renew) and set to active. Both of two active OCSP responder issued by same CA, so that DN is same when i set default OCSP responder as below command: ./ejbca.sh ocsp setdefaultresponder --dn "xxx" how can i swap to use the newly created OCSP responder => responder-renew ? any command can do that instead of disable the old OCSP responder? Thanks.
hi all, i'm using latest Wildfly 31+EJBCA v8.2.0.1 When i start deploy the ejbca.ear, it return the following error msg: "{ \"WFLYCTL0080: Failed services\" => { \"jboss.deployment.subunit.\\"ejbca.ear\\".\\"adminweb.war\\".INSTALL\" => \"WFLYSRV0153: Failed to process phase INSTALL of subdeployment \\"adminweb.war\\" of deployment \\"ejbca.ear\\" Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEJB0405: No Jakarta Enterprise Beans found with interface of type 'org.ejbca.core.ejb.EjbBridgeSessionLocal'...
hi all, i'm using latest Wildfly 31+EJBCA v8.2.0.1 When i start deploy the ejbca.ear, it return the following error msg: "{ \"WFLYCTL0080: Failed services\" => { \"jboss.deployment.subunit.\\"ejbca.ear\\".\\"adminweb.war\\".INSTALL\" => \"WFLYSRV0153: Failed to process phase INSTALL of subdeployment \\"adminweb.war\\" of deployment \\"ejbca.ear\\" Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEJB0405: No Jakarta Enterprise Beans found with interface of type 'org.ejbca.core.ejb.EjbBridgeSessionLocal'...
hi all, i'm using latets Wildfly 31+EJBCA v8.2.0.1 When i start deploy the ejbca.ear, it return the following error msg: "{ \"WFLYCTL0080: Failed services\" => { \"jboss.deployment.subunit.\\"ejbca.ear\\".\\"adminweb.war\\".INSTALL\" => \"WFLYSRV0153: Failed to process phase INSTALL of subdeployment \\"adminweb.war\\" of deployment \\"ejbca.ear\\" Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEJB0405: No Jakarta Enterprise Beans found with interface of type 'org.ejbca.core.ejb.EjbBridgeSessionLocal'...
May i know where can find the EJBCA database specification? such as list of revocationReason from CertificateData table, list of status from CAData and CertificateData table. Thanks.
I think what I'm wrong now. Its ok after I convert the keystore.jks and truststore.jks to PKCS12 format. Thanks.