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

How can i fix "BUILD FAILED" after trying to "ant -deploy"?

I received this "BUILD FAILED" while trying to install EJBCA on UBUNTU 18.04. The following messages appeared below "BUILD FAILED": /opt/ejbca_ce_6_15_2_1/build.xml:1323: The following error occurred while executing this…
0
votes
1 answer

setting up EJBCA and Signserver together

I need to set up SignServer and EJBCA on one Wildfly server. unfortunately I don't quite understand how can it be deployed because there are duplicate resources while asking for ports I did gave different ports to add. Is there any possibility to…
user2426998
  • 483
  • 5
  • 20
0
votes
1 answer

Problem trying to install EJBCA on JBOSS - Why Mysql database ("ejbca") is empty

I am trying to install EJBCA 6.15.2.1 on JBOSS 7.2, basically following the installation information on the ejbca.org website. I am using Mysql as the database. I am able to do the deploy step (https://www.ejbca.org/docs/Deploying_EJBCA.html) -…
user555303
  • 1,146
  • 3
  • 20
  • 44
0
votes
1 answer

HA Proxy for EJBCA Web Admin using certificate

I have a new fresh EJBCA installation and I made a copy of it in the same machine in order to test an HA Proxy as a load balancer. I do the necessary in wildfly config in order to use different port for each instance I followed this link from the…
hbellahc
  • 81
  • 1
  • 11
0
votes
1 answer

How do I get username and enrollment code for a fresh ejbca setup?

I am running EJBCA in virtualbox as mentioned at https://ejbca.org/download.html . When I try to "Create Browser Certificate" or "Create certificate from CSR", it is asking for Username and Enrollment code Where do I get the username and the…
user674669
  • 10,681
  • 15
  • 72
  • 105
0
votes
0 answers

EJBCA reinstalation issue

my name is Adrian and I have a big problem. I cannot reinstall EJBCA 6.3.1.1 with jboss 7.1 on centos7. After the mariadb databases wipe, after the reinstalation and reconfiguration, I can only deploy ejbca with ant but I cannot install it with…
0
votes
0 answers

Ejbca & Hardware Security Module

I'm using Ejbca as Certification Authority management system. The private keys and public keys store in HSM furthermore a self-signed certificate stores in hsm while storing the private key and public key I want to know how to store the CA…
0
votes
0 answers

Securely sending data to MongoDB using NodeJS

I am working on an android app for IoT devices. The android app takes the data from IoT device and sends to NodeJS which stores in MongoDB. I am using the AES-256 encryption to send the encrypted data to NodeJS server using POST request. Now, the…
Prashant Dey
  • 580
  • 5
  • 16
0
votes
1 answer

install EJBCA 6.5 in Jboss 8

I am trying to install EJBCA 6.5 in Jboss 8 but when I run ant install after ant deploy I see this error: ejbca:initCA: [echo] Initializing CA with 'ManagementCA' 'CN=ManagementCA,O=EJBCA Sample, C=SE' 'soft'
helenDeveloper
  • 624
  • 3
  • 8
  • 15
0
votes
1 answer

Ejbca ant runinstall fails

I am working with : ejbca_ce_6.3.1.1 wildfly10 java jdk8 update 121 MariaDb 10.1.21 ant 1.10 I was following the instructions on this page https://www.ejbca.org/docs/installation.html I could not pass the steps: ant runinstall it throws the…
LapelCard
  • 177
  • 2
  • 12
0
votes
1 answer

How to include password when enrolling CSR to EJBCA using JSCEP

I am attempting to enroll a certificate signing request to EJBCA using JSCEP as documented here: https://github.com/jscep/jscep I am able to submit a csr from the web console using the same format of csr and private key (for ssl authorization on…
0
votes
1 answer

How to use EJBCA Web Services

I'm writing a program which personalizes tokens.My end goal here is to find a way to get the required fields for the token from the CA. Is that possible and if so how?
JohnR90
  • 17
  • 7
0
votes
4 answers

EJBCA refuses to generate certificates with error : not allowed to use same key

We used a static value ‘usernameTest’ as username to request EJBCA to generate X.509 certifcates; after generating certificates using this satic username we changed it to a unique value identifiying uniquely each certificate (Since using a static…
Ahmed MANSOUR
  • 2,369
  • 2
  • 27
  • 35
0
votes
1 answer

Fetch pre-generated p12 certificate from EJBCA

I am using the following API to fetch a certificate previously generated in EJBCA: https://www.ejbca.org/older_releases/ejbca_4_0/htdocs/ws/org/ejbca/core/protocol/ws/client/gen/EjbcaWS.html#getCertificate(java.lang.String, java.lang.String) The…
sbose
  • 1,791
  • 5
  • 24
  • 46
0
votes
1 answer

Config OCSP Admin GUI with ejbca 6.3.1.1 and JBossWildFly 9

I have build OCSP with Admin GUI use source: - ejbca 6.3.1.1 - JBoss WildFly 9. - JDK 7. - ant 1.9 I do the following: config. ant deploy. Config SSL for JBoss with jboss CLI. I link to page: https://:8443/ejbca/adminweb error: "authorization…