EXPORTER_OPAL_PASSWORD="$(echo\"This is a salt string to generate one consistent password for Opal DB. It is not required to be secret.\"| openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
TOKEN_MANAGER_OPAL_PASSWORD="$(echo\"This is a salt string to generate one consistent password for Token Manager in Opal. It is not required to be secret.\"| openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
OPAL_DB_PASSWORD="$(echo\"This is a salt string to generate one consistent password for Opal DB. It is not required to be secret.\"| openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
OPAL_ADMIN_PASSWORD="$(echo\"This is a salt string to generate one consistent admin password for Opal. It is not required to be secret.\"| openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
DATASHIELD_CONNECT_SECRET="$(echo\"This is a salt string to generate one consistent password as the DataShield Connect secret. It is not required to be secret.\"| openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"