Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle VM Manager 2.1.2

You're reading from   Oracle VM Manager 2.1.2 Manage a Flexible and Elastic Data Center with Oracle VM Manager using this book and eBook

Arrow left icon
Product type Paperback
Published in Jul 2009
Publisher Packt
ISBN-13 9781847197122
Length 244 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Tarry Singh Tarry Singh
Author Profile Icon Tarry Singh
Tarry Singh
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Oracle VM Manager 2.1.2
Credits
About the Author
Acknowledgement
About the Reviewer
1. Preface
1. Introduction to Oracle VM FREE CHAPTER 2. Installing Oracle VM Manager 3. Installing Oracle VM Server 4. Oracle VM Management 5. Managing Virtual Machines with Oracle VM Manager: Part 1 6. Managing Virtual Machines with Oracle VM Manager: Part 2 7. Managing Virtual Machines with Oracle VM Manager: Part 3 8. Troubleshooting and Gotchas Command Line Tools

Enabling secure access to Oracle VM Manager


When accessing the Oracle VM Manager remotely in the Cloud, we will have to ensure that we are providing a totally secure connection to our remote, geographically dispersed workforce.

To do so, we will have to provide a secure HTTP access to the Oracle VM Manager portal. We will be doing this by enabling the SSL with standalone OC4J. We need to ensure that we set the PATH to be included in the JDK bin directory.

Let's get going and create a certificate:

Carry out the following commands in the OC4J directory:

/opt/oc4j/java/jdk1.5.0_11/bin/keytool -genkey -keyalg "RSA" -keystore keystore_file -storepass password -validity days

In this command, the keystore option sets the file name where the keys are stored, the storepass option sets the password for the keystore, and the validity option sets the number of days of the certificate's validity.

For example, enter:

[root@vmmgr ~]# /opt/oc4j/java/jdk1.5.0_11/bin/keytool -genkey -keyalg "RSA" -keystore sslfile...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image