
C:\Users\yenmat\Downloads\OpenSSL\openssl-0.9.8k_WIN32\bin>Intellus

C:\Users\yenmat\Downloads\OpenSSL\openssl-0.9.8k_WIN32\bin>openssl genrsa -out Intellus.key 2048
Loading 'screen' into random state - done
Generating RSA private key, 2048 bit long modulus
..............................................................................................+++
....................................................................................................
...........................................+++
e is 65537 (0x10001)

C:\Users\yenmat\Downloads\OpenSSL\openssl-0.9.8k_WIN32\bin>openssl req -new -key Intellus.key -out I
ntellus.csr
Loading 'screen' into random state - done
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
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) [AU]:US
State or Province Name (full name) [Some-State]:Iowa
Locality Name (eg, city) []:Perry
Organization Name (eg, company) [Internet Widgits Pty Ltd]:Percival Scientific, Inc.
Organizational Unit Name (eg, section) []:Engineering
Common Name (e.g. server FQDN or YOUR name) []:Intellus
Email Address []:info@percival-scientific.com

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:Watlow

C:\Users\yenmat\Downloads\OpenSSL\openssl-0.9.8k_WIN32\bin>openssl x509 -req -days 10950 -in Intellu
s.csr -signkey Intellus.key -out Intellus.crt
Loading 'screen' into random state - done
Signature ok
subject=/C=US/ST=Iowa/L=Perry/O=Percival Scientific, Inc./OU=Engineering/CN=Intellus/emailAddress=in
fo@percival-scientific.com
Getting Private key

C:\Users\yenmat\Downloads\OpenSSL\openssl-0.9.8k_WIN32\bin>