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
8
votes
2 answers

containerd error "failed to find user by uid" when creating ejbca docker container on azure

When I try to create an Azure container instance for EJBCA-ce I get an error and cannot see any logs. I expect the following result : But I get the following error : Failed to start container my-azure-container-resource-name, Error response: to…
Marc Bouvier
  • 642
  • 1
  • 11
  • 27
6
votes
1 answer

How to check OCSP client certificate revocation using Python Requests library?

How do I make a simple request for certificate revocation status to an EJBCA OSCP Responder using the Python requests library? Example: # Determine if certificate has been revoked ocsp_url =…
ericOnline
  • 1,586
  • 1
  • 19
  • 54
4
votes
1 answer

How to Create a Certifcate using EJBCA API

Please guide me on how to perform following using EJBCA API: Create a Certificate using EJBCA API in Java code. Provision (Upload) the created certificate on to Application Server using EJBCA API in Java code. Validate a Certificate using EJBCA API…
Ravish
  • 147
  • 1
  • 4
  • 17
3
votes
2 answers

certificate Installation in Mozilla and Chrome

how can i install a server generated browser certificate in Mozilla and Chrome using java script. ia have this method ( var certData = document.getElementById("certdata").value; window.crypto.importUserCertificates(null, certData, false); ) but…
3
votes
1 answer

Save pfx certificate to file with java code (ejbca)

i use EJBCA to generate a certificate from a CommonName. In java code i have generated private key and public key and then the csr for generate the certificate. Now i save the certificate in PEM format (.cer), but i need also private key so i want…
luca
  • 3,248
  • 10
  • 66
  • 145
3
votes
2 answers

Java exception client authentication TLS: password must not be null

I wrote this code to communicate with ejbca server (JBoss 5.1.0.GA-jdk6, EJBCA 4.0.10 and openjdk-6-jdk ): CryptoProviderTools.installBCProvider(); String urlstr =…
luca
  • 3,248
  • 10
  • 66
  • 145
2
votes
1 answer

CMP certificate request

I am using the code below to send a CMP certificate request to an endpoint: public static void main(String[] args) { try { System.out.println("In..."); final BigInteger certReqId = BigInteger.valueOf(1); final byte[]…
Vivek Sadh
  • 4,230
  • 3
  • 32
  • 49
2
votes
1 answer

EJBCA CA Renewal

I am looking at a clear answer on to how to renew the CA successfully in EJBCA. We have thousands of client certificates already issued by the EJBCA which is actually working as a subCA signed by an external CA. The process is indeed documented here…
karan_s438
  • 1,353
  • 1
  • 9
  • 15
2
votes
2 answers

EJBCA - how to generate certificate with ECDSA key?

Using EJBCA (6.2.0), after adding an ecdsa entity certificate on the Ejbca's "Admin" server, I tried to use the Ejbca public web to enroll this entity certificate, however, it only provides the choice to select RSA key bit length but not the named…
Hrd
  • 21
  • 2
2
votes
3 answers

JBOSS Driver named "org.mariadb.jdbc.Driver" is not installed

Install MariaDB Java connector in JBOSS7 I have trouble to deploy EJBCA 6 on JBOSS7 with MariaDB. I have configured EJBCA to use JBOSS standalone. My configuration works when using the default H2 database backend. I have configured mariadb Java…
Henrik Pingel
  • 3,083
  • 1
  • 19
  • 27
2
votes
1 answer

Installing ejbca_ce_6_1_1 on CentOS 6.6 with jboss-as-7.1.1.Final

i am trying to install ejbca from this guide:http://ejbcacentos.blogspot.gr/2014/04/how-to-install-ejbca-611-on-centos-65.html when i type the command sudo -u jboss ant deploy (it is on the chapter Installing EJBCA/initial deployment of the guide) i…
Pan B.
  • 31
  • 2
2
votes
1 answer

Create and Revoke User Certificate from Web UI in ejbca

I am new in ejbca and I have setup ejbca environment on my local machine now I want to create user certificates and I want to revoke it from Web UI Is there any way to create and revoke user certificate in ejbca from Web UI and how we can do…
Saxena Shekhar
  • 219
  • 6
  • 22
2
votes
0 answers

ejbca: how to generate key pair for client from CA

I'm researching CMP with EJBCA 4.0.12 and ejbca 6 according to rfc 4210, the key pair used for cert can be generated in client RA, CA. My problem here is that when operating with RA mode, then sending a request to CA for certificate requests, I…
Z...
  • 21
  • 2
2
votes
1 answer

EJBCA 'Ubuntu quick start' fails to deploy on JBoss

I followed quick start steps described in EJBCA documentation (http://www.ejbca.org/docs/installation.html) 'ant deploy' eventually failed with the following error ... ... …
akirekadu
  • 2,244
  • 3
  • 24
  • 31
2
votes
0 answers

Active Directory - Certificate Based Authentication - Multiple certificates for user

First, I have very limited knowledge about AD. Problem: I authenticating users on AD using user certificates. I want to authenticate user on various devices (including mobile devices). Each will generate its own certificate via a CA. The CA is tied…
Manmay
  • 539
  • 2
  • 12
  • 28
1
2 3 4 5 6