Closed
Bug 487713
Opened 16 years ago
Closed 16 years ago
seeking client cert to use the MoMo try server....
Categories
(Mozilla Messaging Graveyard :: Server Operations, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dmosedale, Unassigned)
References
Details
Attachments
(2 files)
Summary says it all, I think.
Comment 1•16 years ago
|
||
First, generate a private key with a *strong* passphrase and keep it to yourself:
$> openssl genrsa -aes256 -out $USER.key
Then, generate a CSR and attach it here
$> openssl req -new -key $USER.key -out $USER.csr
Fill in the forms with accurate information about YOURSELF.
Pay special attention to:
Common Name (eg, YOUR name) []:
Email Address []:
And ignore these:
A challenge password []:
An optional company name []:
Reporter | ||
Comment 2•16 years ago
|
||
Comment 3•16 years ago
|
||
Here is the signed certificate.
Now you need to join the key and this cert together into a pkcs12 bundle that you can load into Firefox
$> openssl pkcs12 -export -in $USER.pem -inkey $USER.key -name "Dan Mosedale - Mozilla Messaging" -out $USER.p12
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•