| Products | Versions |
|---|---|
| Spotfire Server | All |
The Spotfire Node Manager services (web player, automation service, etc.) certificates are signed by an internal CA and may have a validity period exceeding one year, which can raise security concerns for some organizations because of their security policy.
These are internal Spotfire certificates signed by the Spotfire Server CA. They are critical for enabling secure HTTPS/TLS communication between the Node Manager and the Spotfire Server. Deleting these certificates will prevent the Node Manager from communicating with the server, potentially leading to an outage.
Node managers running Spotfire Web Player or Spotfire Automation Services on Windows install these three certificates into the Windows certificate store under the (<installation folder>\nodemanager\<version number>\nm\trust\keystore file). A node becomes trusted when a Spotfire administrator manually approves the request, enabling the Spotfire Server CA to issue server and client certificates to it.
reset-trust command from the command line.configuration.xml file, first export the active configuration, edit the XML file directly(or run the following command), and then import it again.export-config command, and run the following command.set-config-prop command to modify the security.ca.validity-period-end-entity-certs property. For example, to set the validity to 365 days:set-config-prop -n "security.ca.validity-period-end-entity-certs" -v "365"
configuration.xmlfile. <ca>
<validity-period-end-entity-certs>365</validity-period-end-entity-certs>
</ca> import-configcommand.config list-certificates
Spotfire Node Manager services utilize internal SSL certificates signed by the Spotfire Server Certificate Authority (CA) for secure communication. These certificates are essential and cannot be deleted, but administrators can configure their validity period to comply with organizational security policies.
Doc: Node Manager Re-Trust
Doc: Trusting Node Manager
KBA: How to edit the configuration