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
0
votes
1 answer

Error while installing Bouncy Castle provider in EJBCA.

Hi! I'm trying to access an EJBCA server via the provided web services from my java application. I am trying to run the following code snippet from the official documentation…
stensootla
  • 13,945
  • 9
  • 45
  • 68
0
votes
1 answer

EJBCA Webservice Exceptions

i am Trying to access EJBCA Webservice from a client machine and i am getting these exceptions mentioned below : please tell me what are the possible reasonsand working solution of these Exception : javax.xml.ws.WebServiceException: Failed to access…
Tariq Abbas
  • 121
  • 1
  • 13
0
votes
1 answer

Error while installing EJBCA 6.2.0

I'm trying to install EJBCA 6.2.0 on Ubuntu 12.04 but the following error comes out when I do "ant deploy" command. Before doing "ant deploy", I installed JBoss 7.1.1 and ran it. The installing EJBCA logs are like…
mjshin
  • 1
  • 1
0
votes
1 answer

Encrypt private key with java code

i have generate a private key with java code and a save it so: KeyPair keys; try { keys = KeyTools.genKeys("2048", AlgorithmConstants.KEYALGORITHM_RSA); //SAVE PRIVKEY //PrivateKey privKey = keys.getPrivate(); …
luca
  • 3,248
  • 10
  • 66
  • 145
0
votes
1 answer

Error while Installing EJBCA 6

I am installing EJBCA 6 on my linux machine using given ant I have successfully deployed it in jboss-as-7 server using following command ant deploy but when i install ejbca using ant install command it gives folloing error ejbca:initCA: …
Indra Yadav
  • 600
  • 5
  • 22
0
votes
1 answer

installation and integration of EJBCA PKI in my java project

I have developed a project in Java using ECLIPSE IDE. Right now, the project functionalities are similar to a Repository of files. My final objective is to create a "Notary-based-system" from the project I have now. The features of my Notary, would…
0
votes
0 answers

EJBCA install to JBoss via Chef not working

in my chef recipe, i install ejbca via # install ejbca script "install ejbca->jboss" do interpreter "bash" user "#{node[:ejbca][:user]}" code <<-EOF cd #{node[:ejbca][:dir]} ant install EOF end and returns an…
Ryan
  • 156
  • 2
  • 18
0
votes
1 answer

Creating CA... Unexpected Error java.lang.NoSuchFieldError: BasicConstraints

im using jboss-5.1.0.GA-jdk6 ejbca_4_0_10 upon ant install it gives me this exception Creating CA... Could not run execute method for class class org.ejbca.ui.cli.ca.CaInitCommand org.ejbca.ui.cli.ErrorAdminCommandException:…
Ryan
  • 156
  • 2
  • 18
-1
votes
1 answer

How to communicate to EJBCA CMP (Certificate Management Protocol) using HTTP in Golang?

Wanted to send/generate a Certificate generation Request to EJBCA server using CMP(Certificate Management protocol) with HTTP communication using Golang language? I found a similar implementation with JAVA here --> CMP certificate request Any…
Syam Kumar
  • 561
  • 2
  • 5
  • 20
-3
votes
1 answer

Generate a valid SSL/TLS certificate with own CA authority

I want to setup my own private Certificate authority to issue SSL/TLS certificates using for example: https://aws.amazon.com/private-ca/ or EJBCA, Dogtag, OpenXPKI etc. I'm going to use the issued certificates for Tomcat web servers to serve web…
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
1 2 3 4 5
6