User's Manual

PePLink Surf Users Manual v2.6
Copyright © 1999-2006 PePLink Ltd. All Rights Reserved Page 27 of 30
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [GB]:US
State or Province Name (full name) [Berkshire]:US
Locality Name (eg, city) [Newbury]:US
Organization Name (eg, company) [My Company Ltd]:
Organizational Unit Name (eg, section) []:
Common Name (eg, your name or your server's hostname) []:demoCA
Email Address []:
(The CA server certificate is now generated in "cacert.pem")
4. In some applications (e.g. Microsoft Windows), DER version of server
certificate is needed:
openssl x509 -outform DER -in cacert.pem -out cacert.der
(The CA server certificate in DER format is now ready in "cacert.der")
5.3 Create a server certificate request from your servers
1. Create your working directory (e.g. ~/myCert)
mkdir ~/myCert
chmod 700 ~/myCert
cd ~/myCert
2. Create the private key of your server, for example:
openssl genrsa -des3 -passout pass:demoserver -out server_key.pem 2048
(The private key for CA called "server_key.pem" is then created.
This is 2048bit RSA private key with pass phrase 'demoserver'.)