Changes between Version 3 and Version 4 of SettingUpUser
- Timestamp:
- 11/29/05 19:58:18 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SettingUpUser
v3 v4 1 Here's how i would create a user for trac: 1 = creating a PKCS12 certificate file = 2 2 3 == prerequisites == 4 5 This assumes you are running a reasonable operating system which has [http://www.openssl.org/ openssl] installed. This probably does not include [http://www.microsoft.com/ Windows]. 6 7 == generating a private key and certificate request == 8 9 Run the following command and provide reasonable answers to the questions it asks you: 3 10 4 11 {{{ … … 32 39 [dkg@squeak cal]$ 33 40 }}} 34 Now send the system administrator a copy of the new certificate request you just created called `cal-req.pem`, along with an explanation of why you should have an account. 41 Now send the system administrator a copy of the new certificate request you just created called `cal-req.pem`, along with an explanation of why you should have an account. You're not done yet! All you've created so far is a key and a certificate request. The system administrator still needs to provide you with a full-fledged certificate. 35 42 36 The system administrator will then send you a file called `cal-cert.pem`. You should now run the following command: 43 == creating the PKCS12 from the generated certificate == 44 After receiving and verifying your certificate request, the system administrator will send you a file called `cal-cert.pem`. You should now run the following command: 37 45 38 46 {{{ … … 44 52 }}} 45 53 46 Now you have `cal-cert.p12`, which should be able to be loaded into your favorite web browser. Under Mozilla, choose "Edit|Preferences", then select "Privacy and Security" in the left-hand pane, and choose "Certificates" from the sub-menu. 54 Now you have `cal-cert.p12`, which should be able to be loaded into your favorite web browser. 55 56 = putting the certificate in different web browsers = 57 58 == configuring Mozilla == 59 Under Mozilla, choose "Edit|Preferences", then select "Privacy and Security" in the left-hand pane, and choose "Certificates" from the sub-menu. 47 60 48 61 Click "Manage Certificates", ensure that the "Your Certificates" tab is active, and choose "import". Point Mozilla at `cal-cert.p12`, and give it the password you gave in the "Export Password" step above. Mozilla should now know how to identify you to the server. 49 62 63 == configuring Firefox == 50 64 Under firefox, choose "Edit", "Preferences", then under "Advanced", expand the "Certificates" section. Click "Manage Certificates". Ensure that the "Your Certificates" tab is active, and choose "import". Point Firefox at `cal-cert.p12`, and give it the password you gave in the "Export Password" step above. Firefox should now know how to identify you to the server.
