Cell Phone - Mobile Phone User Manual
Table Of Contents
- toc
- New in this release
- How to get help
- Introduction
- Fundamentals
- Preinstallation
- Installation
- Postinstallation
- Overview
- MCG 3100 Web Console logon
- Procedure 2
- MCG 3100 parameter configuration
- Procedure 3
- License file
- Procedure 4
- Licence file troubleshooting
- Manage TLS certificates
- Enroll with a Certificate Authority
- Certificate Signing Request generation
- Procedure 5
- Example
- Sample CSR text
- Signed TLS certificate
- Procedure 6
- CA root and intermediate certificates
- Procedure 7
- Root and signed certificate installation
- Change the keystore default password
- CA root certificate distribution
- Procedure 10
- Procedure 11
- System software maintenance
- Appendix A Port numbers and protocols
- Appendix B Self-signed certificate generation

59
.
Appendix B
Self-signed certificate generation
As an alternative to using a Certificate Authority, you can generate and
use self-signed certificates.
ATTENTION
Self-signed certificates do not provide the same level of security as CA-signed
certificates. Use self-signed certificates for test or demonstration purposes only.
For more information about the Java keytool, go to http://java.sun.com/ an
d search on the keyword keytool.
Procedure 23
Generating self-signed certificates
Step Action
1 Log on to the server as nortel.
2 To become the superuser, enter the following command:
su
3 Change to the certificate keystore directory:
cd /opt/SQMobilityGW/
4 Delete the default keystore:
rm .keystore
5 Generate a self-signed certificate keystore and certificate:
/usr/java/jdk1.5.0_03/bin/keytool -genkey
-alias Tomcat -keyalg RSA -storepass firsthand
-keypass firsthand -dname ’cn=<common name>’
-keystore .keystore -validity xxx
where
xxx represents the number of days until the
certificate expires. The default value is
Nortel Mobile Communication 3100 Series Portfolio
Nortel Mobile Communication Gateway 3100 Installation and Upgrades
NN42030-300 02.03 Standard
9 May 2008
Copyright © 2007, 2008 Nortel Networks
.










