Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Creating a Certificate

To integrate SPOM with CPQ, you need to create a certificate. The public key from the certificate is configured in SPOM.

You can also use a CA-signed certificate in place of self-signed.

  1. Navigate to Setup > Certificate and Key Management
  2. Click Create Self-Signed Certificate.
  3. Enter the following details and click Save.
    FieldAction
    LabelEnter the value, for example, 'SPOMIntegration_Cert'.
    Unique NameRefer to the information provided in the help icon and enter a unique name.
    Exportable Private KeySelect the checkbox to export your key to a keystore for safekeeping.
    Key SizeEnter the value, '2048'.
  4. Click Download Certificate.
    Use any took like OpenSSL to extract the public key from this certificate and add the same in SPOM. Example OpenSSL command -
    openssl x509 -in
    ProsSPOMIntegration_Cert.crt -pubkey -noout > ProsSPOMIntegration.pem
Configure the External credentials settings.