Switch default CIMOM connection to https on port 5989 (to match sfcb default config)
diff --git a/etc/openwsman.conf b/etc/openwsman.conf
index d999e79..0ec116e 100644
--- a/etc/openwsman.conf
+++ b/etc/openwsman.conf
@@ -29,8 +29,8 @@
 #ssl_port = 5986
 ssl_cert_file = /etc/openwsman/servercert.pem
 ssl_key_file = /etc/openwsman/serverkey.pem
-digest_password_file = /etc/openwsman/digest_auth.passwd
-basic_password_file = /etc/openwsman/simple_auth.passwd
+#digest_password_file = /etc/openwsman/digest_auth.passwd
+#basic_password_file = /etc/openwsman/simple_auth.passwd
 
 min_threads = 4
 max_threads = 0
@@ -43,8 +43,8 @@
 # Authentication backend for BASIC authentication. Default is to read a configuration file defined with 'basic_password_file'
 #
 
-#basic_authenticator = libwsman_pam_auth.so
-#basic_authenticator_arg = openwsman
+basic_authenticator = libwsman_pam_auth.so
+basic_authenticator_arg = openwsman
 
 #
 # WS-Management unauthenticated wsmid:Identify file
@@ -87,14 +87,14 @@
 # CIMOM host, default is localhost
 # host = localhost
 
-# CIMOM port, default is 5988
-# port = 5988
+# CIMOM port, default is 5988, use 5989 for SSL
+port = 5989
 
 # Use SSL for CIMOM connection, default is no
-# ssl = yes
+ssl = yes
 
 # Verify CIMOM server cert ?, default is yes
-# verify_cert = no
+verify_cert = no
 
 # Path to cert trust store with CIMOM server cert, default is /etc/ssl/certs
 # trust_store = /etc/ssl/certs