Create a service provider key store for SAML
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Platform Security
Create a Java key store containing the following items for your instance to sign logout requests.
Before you begin
Role Required: admin
About this task
- Signed server certificate for the instance
- Signed CA certificate
- Public and private key pair
You may create your own signed certificate with a private certificate authority or purchase one from a public certificate authority.
The following steps illustrate how to generate a new Java Keytool keystore file,
create a certificate signing request (CSR), and import certificates. Any root or
intermediate certificates need to be imported before importing the primary
certificate for your domain. Type these commands in a command line interface.
Note: These instructions are not specific to the platform and require
technical knowledge of security certificates to complete. Technical Support
cannot assist in creating the certificates.
Procedure