Hear from Salesforce leaders on how to create and deploy Agentforce agents.
Contact Us 1-800-596-4880

Configure Private Cloud Edition in Studio (Windows)

Anypoint Studio 7.12 only supports native integration with PCE versions 3.0.0, 3.0.1, and 3.0.2.

Configure Your PCE Certificates Into Studio

Follow these steps to integrate your Studio installation with the Anypoint Platform components in a PCE deployment:

  1. Open your browser and navigate to your PCE instance URL.

  2. Your browser displays a Your connection is not private error.

  3. Click the Not Secure section in your URL bar, and select Certificate.

    get pce certificate windows
  4. In the Certificate UI, navigate to the Details tab and select Copy to File…​.

    copy certificate windows
  5. In the Certificate Export Wizard select Base-64 encoded X.509 (.CER), and click Next.

    base64 certificate windows
  6. Select a destination folder in your computer and click Finish.

    export certificate windows
  7. Navigate to your exported .cer file, double-click it, and select Install Certificate…​.

    install certificate studio
  8. In the Certificate Import Wizard, select Place all certificates in the following store and type Trusted Root Certification Authorities.

    trusted root certificate windows
  9. Select Next and then Finish.

  10. Select Yes when the security warning asks for confirmation to install the certificate.

    install certificate security warning windows
  11. Add your .cer file certificate to your Studio embedded Java cacerts keystore:

    Bin\keytool -import -trustcacerts -keystore [cacerts_path] \ (1)
    - storepass [pass] \ (2)
    - alias [alias] \ (3)
    -import -file [certificate_name].cer (4)
    1 cacerts_path is your Anypoint Studio artifact.
    For example: AnypointStudio.app/Contents/Eclipse/plugins/org.mule.tooling.jdk.macosx.x86_64_1.0.0.202002191445/Contents/Home/jre/lib/security/cacerts
    2 pass is your certificate’s password.
    If you don’t provide a password for this certificate, the keytool generates the password changeit by default.
    3 alias is the name you give to your certificate
    4 certificate name is the path to the generated .pem file you saved in the previous step.
  12. In Studio, open the preferences view.
    Navigate to Window > Preferences…​.

  13. Type the URL of your PCE installation in the Private Cloud Instance URL field.

    pce properties
  14. Select Apply and Close.

  15. Restart Studio.

Configure your PCE User Login

The first time you configure your user’s login, Studio asks you to confirm your PCE certificate:

  1. Open the preferences view.
    Navigate to Anypoint Studio > Preferences…​.

  2. Expand Anypoint Studio in the left navigation bar, select Authentication > Add.

    preferences authentication add
  3. Add your PCE credentials and sign-in.

  4. Select Apply and Close.