Questions tagged [ejbca]

EJBCA is an enterprise class PKI Certificate Authority software.

EJBCA is OSI Certified open-source software and the source code is available on SourceForge. For more information, please see the project web site.

85 questions
2
votes
1 answer

Can we use Apache tomcat instead of JBOSS for EJBCA?

Actaully I am trying to use EJBCA as CA in my project wherein there is already apache tomcat deployed and I am not in favour of using any other webserver. So, Can we use Apache tomcat instead of JBOSS for EJBCA?
1
vote
0 answers

Cannot deploy Java app to Wildfly 10 when upgrading BouncyCastle from 1.62 to 1.66

I got a Java application which is using BouncyCastle bcprov-jdk15on, bcpmail-jdk15on and bcpkix-jdk15on version 1.62. Then I wish to upgrade BouncyCastle library from 1.62 to 1.66. I'll show the following pom source code:
user3637971
  • 313
  • 5
  • 21
1
vote
1 answer

EJBCA: Authorization Denied Admin GUI

I am attempting to upgrade EJBCA. I attempted to run this on ubuntu 20.04, locally, using wildfly 18. Wildfly 18 results in this error: "CAUSE: Client certificate or OAuth bearer token required." I have tried this two ways, by importing the…
Edgar
  • 94
  • 7
1
vote
0 answers

Windows Server 2016 IIS 10 WCF service call fails with "Could not establish secure channel"

I have a .NET 4.5 web application that runs fine on a Windows Server 2012 R2 machine, however it won't function when deployed on a Windows Server 2016 machine. The application interacts with a rather old Ejbca installation utilizing its web service…
1
vote
1 answer

Format for pkcs#10 request, EJBCA

I trying to send pkcs10Request to EJBCA by SOAP web service. Method signature is (from the docs) CertificateResponse pkcs10Request(java.lang.String username, java.lang.String password, …
1
vote
0 answers

EJBCA on Docker: use environmental variables in .properties files

I am trying to configure EJBCA 6.15.2.1 on Wildfly 12.0.0.Final inside a Docker container with the help of EJBCA .properties files. In $EJBCA_HOME/conf/externalra-gui.properties.sample there is a comment showing that one of the default settings is:…
1
vote
1 answer

When I run request need client CMP for OpenSSL

When I create request a certificate using the RA mode need to use CMP Client to run command. But I can't see CMP Client for OpeSSL. Where can I find him and how to install?
Igor
  • 11
  • 2
1
vote
1 answer

Creating CA, Intermediate CA and Sub CAs via the EJBCA API

I want to create a CA, Intermediate CA and Sub CAs via the EJBCA API. I looked at the EJBCA interface but I don't see methods to do this. Am I missing…
Decrypter
  • 2,784
  • 12
  • 38
  • 57
1
vote
1 answer

Java soap client for EJBCA webservices

I am trying to build a Java Soap Client to call Ejbca webservices. I'm facing to an issue at certificat level. Exception in thread "main" org.ejbca.core.protocol.ws.AuthorizationDeniedException_Exception: Error no client certificate received used…
hbellahc
  • 81
  • 1
  • 11
1
vote
2 answers

Enroll server generated p12 certificate using EJBCA SOAP API

I am trying to generate a p12 certificate for a created user using EJBCA SOAP API in python environment. The docs inform me to use the following request: pkcs12Req, which returns a JAVA keystore data encoded in base 64 format. How do I use that…
Dmitrii G.
  • 895
  • 1
  • 7
  • 21
1
vote
1 answer

Administrator access to EJBCA gives "intrerrupted while the page was loading" error

I want ot use EJBCA with Wildfly (JBoss) application server as PKI infrastructure. I can access http://127.0.0.1:8080/ejbca/ https://127.0.0.1:8442/ejbca/ but not https://127.0.0.1:8443/ejbca/adminweb/ Then I will get with Firefox: The…
1
vote
0 answers

How to add CRL distribution point

After manually creating the Certificate profile ,lets say foo, I enrolled create certificate using CSR. While configuring certificate profile, I checkmarked CRL Distribution Points parameter "use" under Certificate Revocation List Distribution Under…
angrysumit
  • 221
  • 4
  • 16
1
vote
2 answers

unable to get certificate crl

I want to configure SSL in apache server with Client and Server authentication and CRL. Client and server certificates are working perfectly without CRL (SSLCARevocationCheck none) but if I unable CRL, I keep getting the following error in…
Patrice
  • 1,404
  • 1
  • 14
  • 27
1
vote
1 answer

How to delete an EJBCA end entity using the WSs

I can see that I can revoke a certificate using WS (however I'm not sure how I'm supposed to get it's issuerDN) but is there a way to delete the end entity in it's entirety. Basically can I do the equivalent of doing "revoke and delete" with a…
JohnR90
  • 17
  • 7
1
vote
0 answers

Unable to access ejbca admin URL. JBOSS started with ERROR

I am trying to launch ejbca application using JBOSS. The public page(unsecured) comes up fine, but the Admin page(secured) is unreachable. JBOSS starts with ERROR - 05:15:04,799 ERROR [org.jboss.as] (MSC service thread 1-2) JBAS015875: JBoss AS…
Tania
  • 11
  • 2