Trying to implement SSL for ADSSP

Trying to implement SSL for ADSSP

So, I've created a new java keystore using the keytool app, I've imported our companies public and signed certificates to that keystore.  I've copied the keystore to the /conf/ folder and renamed it to selfservice.keystore.  I've adjusted the server.sml to point to the new keystore and added a few recommended options to get our certs to load:

 <Connector port="8443" 
protocol="org.apache.coyote.http11.Http11NioProtocol"
name="SSL" 
               
maxThreads="150" minSpareThreads="25"
maxSpareThreads="75"
               
enableLookups="false" 
disableUploadTimeout="true"
               
acceptCount="100" 
debug="0" 
scheme="https" 
secure="true"
  
clientAuth="false"
sslProtocol="TLSv1" 
  
keystoreFile="./conf/selfservice.keystore" 
 
keystorePass="XXXXX" connectionTimeout="-1"/>            

even after all these adjustments and starting/stopping the manageengine service as well as rebooting the server this is sitting on; if I open a browser on the server and go to https:\\localhost it still gives me an invalid certificate warning and it says its pointing to a certificate from adselfservice and not the godaddy or internal certs we have. 

I'm out of ideas at this point.  
    
   
                New to ADManager Plus?

                  New to ADSelfService Plus?