Closed
Bug 488578
Opened 16 years ago
Closed 16 years ago
client cert for try server
Categories
(Mozilla Messaging Graveyard :: Server Operations, defect)
Mozilla Messaging Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: gozer)
Details
Attachments
(2 files)
Hi Gozer,
I'd like to get a client cert for generating try server builds that I can point people at. thx!
Assignee | ||
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 2048
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 []:
Assignee: nobody → gozer
OS: Windows XP → All
Hardware: x86 → All
Comment 2•16 years ago
|
||
Gozer, maybe these instructions could be on the try server itself, so we can have shorter cycles on getting people setup?
Assignee | ||
Comment 3•16 years ago
|
||
(In reply to comment #2)
> Gozer, maybe these instructions could be on the try server itself, so we can
> have shorter cycles on getting people setup?
Good point, I'll stick them on the Wiki somewhere and link to them
Assignee | ||
Comment 4•16 years ago
|
||
(In reply to comment #0)
> Hi Gozer,
> I'd like to get a client cert for generating try server builds that I can
> point people at. thx!
Ping? Need any help with this ?
Reporter | ||
Comment 5•16 years ago
|
||
I used my buzilla e-mail (bienvenu@nventure.com)
Assignee | ||
Comment 6•16 years ago
|
||
(In reply to comment #5)
> Created an attachment (id=377876) [details]
> csr file for try server
>
> I used my buzilla e-mail (bienvenu@nventure.com)
That's prefectly fine, you'll get your cert on monday.
Assignee | ||
Comment 7•16 years ago
|
||
Reporter | ||
Comment 8•16 years ago
|
||
try server worked for me...
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
•