I created my PEM file following the many documents I've found and I don't get any errors when applying it however the cert never changes from the self signed cert.
Admin-ui.log file:
2016-06-07 14:04:27,000 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.adminui.action.ClusterManagementAction:42 - Request uploadSslFile
2016-06-07 14:04:27,001 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.util.admin.HTTPSRequester:334 - Upload file newcert.pem' to URL : https://localhost/casa/security/cluster/webservercert
2016-06-07 14:04:27,071 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.util.admin.HTTPSRequester:385 - Response Code : 200
2016-06-07 14:04:27,071 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.util.admin.HTTPSRequester:412 - Response : {"casa_master_ip_address":null,"certificate_descriptions":[{"thumbprint":****I removed this*****"}]}
2016-06-07 14:04:27,071 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.util.admin.HTTPSRequester:413 - https://localhost/casa/security/cluster/webservercert elapsed time in ms: 70
2016-06-07 14:04:27,072 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.adminui.action.ClusterManagementAction:86 - Request uploadSslFile execution took 72 milliseconds.
2016-06-07 14:04:28,990 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.adminui.action.ClusterManagementAction:42 - Request installSslFile
2016-06-07 14:04:28,991 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.util.admin.HTTPSRequester:202 - Sending 'POST' request to URL : https://localhost/casa/security/cluster/activewebservercert
2016-06-07 14:04:29,048 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.util.admin.HTTPSRequester:239 - Response Code : 202
2016-06-07 14:04:29,048 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.util.admin.HTTPSRequester:261 - Response of POST for https://localhost/casa/security/cluster/activewebservercert URL : succeeded
2016-06-07 14:04:29,049 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.util.admin.HTTPSRequester:293 - Response : [{"slice_address":"vroma.site.com","http_code":202,"document":{},"content_type":"application/json"}]
2016-06-07 14:04:29,049 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.util.admin.HTTPSRequester:303 - https://localhost/casa/security/cluster/activewebservercert elapsed time in ms: 58
2016-06-07 14:04:29,049 [ajp-bio-127.0.0.1-8011-exec-2] INFO com.vmware.vcops.adminui.action.ClusterManagementAction:86 - Request installSslFile execution took 59 milliseconds.
2016-06-07 14:04:30,843 [ajp-bio-127.0.0.1-8011-exec-29] INFO com.vmware.vcops.adminui.action.ClusterManagementAction:42 - Request getClusterStatus
2016-06-07 14:04:30,852 [ajp-bio-127.0.0.1-8011-exec-29] INFO com.vmware.vcops.util.admin.HTTPSRequester:202 - Sending 'GET' request to URL : https://localhost/casa/deployment/cluster/info
2016-06-07 14:04:30,884 [ajp-bio-127.0.0.1-8011-exec-29] INFO com.vmware.vcops.util.admin.HTTPSRequester:239 - Response Code : 200
2016-06-07 14:04:30,885 [ajp-bio-127.0.0.1-8011-exec-29] INFO com.vmware.vcops.util.admin.HTTPSRequester:261 - Response of GET for https://localhost/casa/deployment/cluster/info URL : succeeded
2016-06-07 14:04:30,885 [ajp-bio-127.0.0.1-8011-exec-29] INFO com.vmware.vcops.util.admin.HTTPSRequester:293 - Response : {"cluster_name":"vROMA","installation_state":"DONE","ha_state":"DISABLED","ha_state_info":{"ha_state":"DISABLED","ha_details":null},"remove_node_state":"NONE","initialization_state":"NONE","online_state":"ONLINE","online_state_time":1465325402711,"online_state_reason":"","
Is there a different log file that may tell me why it's not working because from this log it looks successful?
Not quite sure what I'm doing wrong.