Closed Bug 487713 Opened 15 years ago Closed 15 years ago

seeking client cert to use the MoMo try server....

Categories

(Mozilla Messaging Graveyard :: Server Operations, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dmosedale, Unassigned)

References

Details

Attachments

(2 files)

Summary says it all, I think.
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 []:
Attached file cert request
Attached file Signed Certificate
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
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Blocks: 492578
Blocks: 495281
Blocks: 544412
No longer blocks: 544412
Blocks: 569393
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: