create cert non interactively

2002-04-02 Thread Sarath Chandra M
Title: Message Hi, Is there way to create certificates using openssl in a noninteractive mode ? All the required values (common name, email, organization, ou etc) will be captured using a unix shell script and passed to openssl commands. Is it possible. Any help will be highly appreciated.

reg. CA expiry/renewal and effect on Client certs

2002-03-18 Thread Sarath Chandra M
in hardware tokens and sent to users. What has to be done to ensure smooth operations in this case. Any help will be highly appreciated. regards Sarath Chandra M __ OpenSSL Project http://www.openssl.org

where is the private key ?

2001-12-08 Thread Sarath Chandra M
Title: Message Hi, I am generating client certificates using this method at the openssl server: openssl genrsa -des3 -out user.key 1024 openssl req -new -config openssl.cnf -key user.key -out user.csr openssl ca -config openssl.cnf -cert CA.pem -in user.csr -keyfile CA.key -out user.crt

CRL how to

2001-09-25 Thread Sarath Chandra M
specific. What do you need exactly ? Olivier Michiels -Original Message-From: Sarath Chandra M [mailto:[EMAIL PROTECTED]]Sent: mardi 25 septembre 2001 9:42To: [EMAIL PROTECTED]Subject: CRL how to Hi, I have installed openssl and have started