Contact Us 1-800-596-4880

Configure Private Cloud Edition in Studio (Windows)

Anypoint Studio 7.12 and later 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.

    *Not secure* section and *Certificate* option highlighted in the browser
  4. In the Certificate UI, navigate to the Details tab and select Copy to File…​.

    *Details* tab and *Copy to File* button highlighted in the *Certificate* window
  5. In the Certificate Export Wizard select Base-64 encoded X.509 (.CER), and click Next.

    *Base-64 encoded X.509 (.CER)* option and *Next* button highlighted in the *Certificate Export Wizard* window
  6. Select a destination folder in your computer and click Finish.

    Destination folder and *Next* button highlighted in the *Certificate Export Wizard* window
  7. Navigate to your exported .cer file, double-click it, and select Install Certificate…​.

    *Install Certificate…​* button highlighted in the *Certificate* window
  8. In the Certificate Import Wizard, select Place all certificates in the following store and type Trusted Root Certification Authorities.

    *Place all certificates in the following store* option and *Next* button highlighted in the *Certificate Export Wizard* window
  9. Select Next and then Finish.

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

    *Yes* button highlighted in the *Security Warning* window
  11. Add your .cer file certificate to your Studio embedded Java cacerts keystore:

    bin\keytool -importcert ^
    -keystore [cacerts_path] ^ (1)
    -storepass [pass] ^ (2)
    -alias [alias] ^ (3)
    -file [certificate_name].cer (4)
    1 cacerts_path is your Anypoint Studio artifact.
    For example:
    • Java 11: AnypointStudio\plugins\org.mule.tooling.jdk.win32.x86_64_1.1.5\lib\security\cacerts.

    • Java 8: AnypointStudio\plugins\org.mule.tooling.jdk.v8.win32.x86_64_1.1.5\jre\lib\security\cacerts.

    2 pass is your cacerts keys store password.
    Java default cacerts password is changeit.
    3 alias is the name your certificate gets when you save it in the keystore.
    4 certificate_name is the path to the .cer file generated and 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.

    *Private Cloud Instance URL* field highlighted in the *Preferences* window
  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.

    *Authentication* tab and *Add* button highlighted in the *Preferences* window
  3. Add your PCE credentials and sign-in.

  4. Select Apply and Close.