Hello,
I'm learning HCP and wants to follow steps of this blog “Play It Again, SAML†- How to Set Up SAML Authentication For Your SAP HANA Cloud Platform Trial InstanceI'm stucked at this step "Register the Service Provider Certificate".
Error message I receive is:
Could not execute 'ALTER PSE TrustMe SET OWN CERTIFICATE '-----BEGIN CERTIFICATE----- ...'
SAP DBTech JDBC: [5643]: Private key provided with own certificate is missing or invalid
Please note that I'm using the existing opensap tenant database as it is not possible to create new ones per SAP HANA Cloud Platform
Can anyone help me to execute this ALTER command on my Eclipse IDE (SAP Hana Administration Console plugin) ?
Thanks
Jacob
Hi Jacob,
the error message seems to imply that the private key is missing from the own certificate you are trying to create.
It should directly follow after the
-----END CERTIFICATE-----
line and be enclosed in the tags:
-----BEGIN RSA PRIVATE KEY-----
and
-----END RSA PRIVATE KEY-----
All this needs to be in a single long multi-line string as argument for your ALTER PSE TrustMe SET OWN CERTIFICATE statement.
Best regards,
Oliver
Add a comment