-
Sorry I have another question :D
3. Source of EJBCA'public web use PKCS#10 or CRMF request?.
2009-07-21 11:01:35 UTC in EJBCA, J2EE PKI Certificate Authority
-
Hi Johan, thank for your fast reply
1. I see *Simple PKCS#10 approach* is easy for user, but with this approach (both approach) using WS to do, so admin can't check informations that user enters in the form. Is my thought right?
2. My approach is want to use "Create Certificate from CSR", so I must do: create a form for user to register, and user himselft creates private key...
2009-07-21 10:39:11 UTC in EJBCA, J2EE PKI Certificate Authority
-
Hi everyone,
I want to build a small demo like this operation:
I have a web app (using Tomcat server) with simple form for user to register, it includes username, password, name, email, city, country, ... and one Submit button. After user fills all information and click Submit, an end enity will be added into database and a PKCS#10 is saved to user's machine. Atfer that, user will access...
2009-07-21 07:16:20 UTC in EJBCA, J2EE PKI Certificate Authority
-
Hi Markus,
In above reply, you say that <You could then use the public web and choose "Create Certificate from CSR">. Is this a new feature or it's "Create Server Certificate"? I'm using v3.8.0 and I don't see this feature.
I have the another question about workflow for enrolling certificate. The first is: RA add entity -> send username/pass by email -> user...
2009-07-16 09:21:14 UTC in EJBCA, J2EE PKI Certificate Authority
-
I have learned some PKI architecture, but I have some question with this problem
1. Which architecture is "SubCA signed by an external CA" used in?
2. I really don't find out what case should I use this? May have an real example for me?
Thank for advance
-tridc.
2009-07-10 16:26:45 UTC in EJBCA, J2EE PKI Certificate Authority
-
Thank for the new updated picture in the main page! It's very clear.
-tridc.
2009-07-10 16:13:13 UTC in EJBCA, J2EE PKI Certificate Authority
-
I have a little silly question about EJBCA Architecture. Today I revisit page EJBCA Architecture (http://ejbca.org/architecture.html), I see that why don't have a arrow between Web tier and EJB tier. Is this one mistake of the authors? or I don't understand the implication here.
Thank for advance.
-tridc.
2009-07-04 15:37:58 UTC in EJBCA, J2EE PKI Certificate Authority
-
If you create other CAs that you want to add as acceptable CAs in the SSL server configuration, or if you renew the CA certificate, you can install any CA certificate in the SSL server configuration afterwards with the following command:
ant -Dca.name="My CA Name" javatruststore
What this does in the background is that it adds the CA certificate to p12/truststore.jks and copies...
2009-06-13 04:36:29 UTC in EJBCA, J2EE PKI Certificate Authority
-
Thank Johan.
Sorry for my another question I want to ask :)
In file OCSP Performance published by Primekey Solutions have a test: One thread per machine sending requests for 200 seconds
Please tell me the command used to test OCSP stress in a period (200s). What command in Linux can do this? (maybe I'm not good at Linux)
Regards,
-tridc.
2009-06-09 16:00:55 UTC in EJBCA, J2EE PKI Certificate Authority
-
Thank Thomas for the help, but now I have another question
OCSP stress <OCSP URL> <Certificate serial number file> <ca cert file> <number of threads> <wait time between requests> [<request signing keystore file>] [<request signing password>]
When I try <wait time between requests> with value 10000 (10 second) mean 10s/1request, and I see in...
2009-06-08 05:54:03 UTC in EJBCA, J2EE PKI Certificate Authority