![]() |
Non nobis
Domine, non nobis, sed nomine tuo, da gloriam Domains, DialUp, Hosting, Design, Services, Administration Good Evening |
|
| Home Reminders Domains Shopping Postcards Toolbox Contact Policies | ||
| |
||
|
The first step is to generate a
Private Key. For that, feed a file of random text ( To generate a key, type:
This command sequence will generate a 1024-bit RSA private key and store
it in the file
Obtaining a certificate (Digital ID)Next you must generate a Certificate Signing Request (CSR). The CSR is what contains the name information for the certificate (Country, State/Province, City, Organization, Division, Web Server Domain Name, etc). It also contains your public key. The formats of certificate and CSR used by the Sambar Server are the same as those used by Apache-SSL (both servers use SSLeay for their SSL implementations). CSR should be sent for verification to Certificate Authority (CA). To generate your CSR, run:
This command sequence will prompt you for the attributes of your certificate. Remember to give the secure server domain name when you would be prompted for "Common Name".
The request should look like:
You will now have a private key file (
Upon reception of a signed certificate from CA, name the
certification
The certificate should look like:
|