I have recently created a new certificate but am not sure how to provide my client with the public & private key and with the file in PFX Format.
Can anyone assist ?
2 个回答
@Trevor Lobel To provide your client with the public and private key and a PFX file for SSO configuration in Salesforce, you should first generate a public and private key pair, and then create a PFX file that contains the private key and a digital certificate.
- Use a tool such as OpenSSL to generate a public and private key pair.
- Use the private key to create a certificate signing request (CSR) and submit it to a certificate authority (CA) to obtain a digital certificate.
- Use the private key and the digital certificate to create a PFX file.
- Provide your client with the PFX file, the public key, and any instructions they may need to configure SSO in Salesforce.
- Make sure to provide the instructions on how to import the PFX file and configure SSO in Salesforce.
It is important to keep the private key secure at all times, and to provide the public key and PFX file over a secure channel.