Waratek Portal SaaS trustStore
==============================

This bundle contains the root certificate authorities required for a Waratek
RASP Java Agent to establish a TLS connection to Waratek Portal SaaS.

CONTENTS
--------

  waratek-portal-saas-truststore.jks   Java KeyStore (JKS) format
  waratek-portal-saas-truststore.p12   PKCS#12 format
  certs/                               The individual root CAs, PEM encoded
  CERTIFICATES.txt                     Subject, expiry and fingerprints
  SHA256SUMS.txt                       Checksums for every file in this bundle

trustStore password: changeit

The password protects the integrity of the store, not its confidentiality. A
trustStore holds only public certificates, so this password is intentionally
the same well-known default used by the JDK's own cacerts file.


USING IT
--------

Add the following to your waratek.properties file, using an absolute path:

  com.waratek.trustStore=/opt/waratek/waratek-portal-saas-truststore.jks
  com.waratek.trustStorePassword=changeit
