RE: ECC Self-Signed Certificate

2008-02-13 Thread Nabil Ghadiali
-Signed Certificate On Wednesday 13 February 2008 09:58:08 Nabil Ghadiali wrote: > I saved the base64 encoded text in a file with an extension ".cer" and then > double-clicked it. Microsoft recognizes it is a certificate and opens it up > in a certificate viewer. > > Over he

RE: ECC Self-Signed Certificate

2008-02-13 Thread Nabil Ghadiali
ted or may have been altered" Thanks, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Victor Duchovni Sent: Wednesday, February 13, 2008 8:00 AM To: openssl-users@openssl.org Subject: Re: ECC Self-Signed Certificate On Wed, Feb 13, 2008 at 12:

ECC Self-Signed Certificate

2008-02-12 Thread Nabil Ghadiali
Can someone help me with the command to generate a self-signed certificate using openssl? I have used the following steps and when I get a certificate and open up it says "the signature is invalid". Am I missing something? I have created an ECC key pair using the following: openssl ecparam

RE: SubjectInfoAccess Extension in Root CA

2006-12-14 Thread Nabil Ghadiali
PM To: openssl-users@openssl.org Subject: Re: SubjectInfoAccess Extension in Root CA On Thursday 14 December 2006 13:08, Nabil Ghadiali wrote: > Hello, > > > > I am trying to add a subjectInfoAccess extension to the self-signed root > certificate that I am generating using openssl fro

SubjectInfoAccess Extension in Root CA

2006-12-14 Thread Nabil Ghadiali
Hello, I am trying to add a subjectInfoAccess extension to the self-signed root certificate that I am generating using openssl from the command line. Can someone please tell me how to add this to the config file so that it gets properly generated? Thank you, Nabil

Config File ..help !

2005-07-12 Thread Nabil Ghadiali
Title: Config File ..help ! Hello, Can someone tell me if this is the correct format for a configuration file to be used with the asn1parse -genconf option. -- asn1=SEQUENCE:otherName [otherName] type-id=OID:1.3.6.1.4.1.311.20.2.3 value=UTF8:[EMAIL PROTECTED] ---

RE: Certificate for Smart Card Logon

2005-07-11 Thread Nabil Ghadiali
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nils Larsch Sent: Friday, July 08, 2005 2:16 PM To: openssl-users@openssl.org Subject: Re: Certificate for Smart Card Logon Nabil Ghadiali wrote: > Hello, > > I am trying to generate a certificate to be used for Windows Sm

Certificate for Smart Card Logon

2005-07-08 Thread Nabil Ghadiali
Title: Certificate for Smart Card Logon Hello, I am trying to generate a certificate to be used for Windows Smart Card Logon from my Internal Certificate Server. I know that I need the UPN in the otherName of the SubjectAltName extension. The OID for the UPN is 1.3.6.1.4.1.311.20.2.3. My C

RE: Question regarding certificate requests !

2005-06-09 Thread Nabil Ghadiali
Openssl req seems to output those components...however I am not able to find a way to "input" these as command line parameters. -Nabil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David C. Partridge Sent: Thursday, June 09, 2005 11:16 AM To: openssl-u

Question regarding certificate requests !

2005-06-09 Thread Nabil Ghadiali
Title: Question regarding certificate requests ! I've generated a public exponent and the modulus for an RSA key pair and my final goal is to create a certificate. Does openssl allow me a way to create a certificate request from these two hex values that i have? Thanks, Nabil