The default setup of OpenWBEM is relatively secure. However, you might want to review the following to ensure access to OpenWBEM components is as secure as desired for your organization.
Secure Socket Layers (SSL) transports require a certificate for secure communications to occur. When OES is installed, OpenWBEM has a self-signed certificate generated for it.
If desired, you can replace the path for the default certificate with a path to a commercial certificate that you have purchased or with a different certificate that you have generated in the http_server.SSL_cert = path_filename setting in the openwbem.conf file.
The default generated certificate is in the following locations:
Table 3-2 Default Locations for Generated Certificates
|
Platform |
File Location |
|---|---|
|
Linux |
/etc/openwbem/hostkey+cert.pem |
|
NetWare |
sys:/system/cimom/etc/openwbem/hostkey+cert.pem |
If you want to generate a new certificate, use the following commands. Running these commands replaces the current certificate, so Novell recommends making a copy of the old certificate before generating a new one.
Table 3-3 Commands for Generating Certificates
|
Platform |
Command |
|---|---|
|
Linux |
As root in a console shell, enter sh /etc/openwbem/owgencert. |
|
NetWare |
As user Admin or with equivalent rights in a Bash console shell, enter /system/cimom/etc/openwbem/owgencert. To get a bash prompt, enter bash at the
System Console prompt. To exit the bash console shell, enter exit.
For more information about using bash commands on NetWare, see |
If you want to change the certificate that OpenWBEM uses, see Changing the Certificate Configuration.
OpenWBEM is configured by default to accept all communications through a secure port, 5989. The following table explains the port communication setup and recommended configuration.
Table 3-4 Port Communication Setup and Rcommended Configurations
If you want to change the default port assignments, see Changing the Port Configuration.
The following authentication settings are set and enabled as the default for each platform for OpenWBEM in OES.
You can change any of the default settings. See Changing the Authentication Configuration.
On Linux, the following settings are default:
On Linux, the OpenWBEM CIMOM is PAM enabled; therefore the following can occur:
On NetWare, the following settings are default:
You need to reconfigure the LDAP settings as shown in the following table. To change these settings, see owcimomd.authentication_module.
Table 3-5 Recommended Changes for LDAP Settings
The following additional LDAP settings are recognized by owcimom.nlm:
If you want to override these setting, you need to add them to the openwbem.conf file and make the changes as desired. To change these settings, see Configuring Additional LDAP Settings for NetWare.