Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-17767889-Add-win-path-to-doc-CP #597

Merged
merged 3 commits into from
Feb 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion modules/ROOT/pages/_partials/pce4-configuration-macos.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,22 @@ Run the following command by replacing `<JAVA_HOME>` with the path to your embed

`sudo keytool -import -trustcacerts -keystore <JAVA_HOME>/lib/security/cacerts -storepass changeit -file /tmp/PCE_Certificate.cer`

For example, if you're using the embedded Java 17:
For example, if you're using the embedded Java 17 on macOS:

[source,xml,linenums]
----
sudo keytool -import -trustcacerts -keystore /Applications/AnypointStudio.app/Contents/Eclipse/plugins/org.mule.tooling.jdk.macosx.x86_64_1.3.0/Contents/Home/jre/lib/security/cacerts -storepass changeit -file /tmp/PCE_Certificate.cer`
----

For example, if you're using the embedded Java 17 on Windows:

[source,xml,linenums]
----
keytool -import -trustcacerts -keystore C:[...]\AnypointStudio\plugins\org.mule.tooling.jdk.win32.x86_64_1.3.3\lib\security\cacerts -storepass changeit -file /tmp/PCE_Certificate.cer //<!--1-->
----
[calloutlist]
.. The path changes with each Studio version because the JDK plugin version is included in the Windows path, and Studio includes a different JDK plugin version with each release.

=== Set a Private Cloud Instance URL

. In Studio, go to *Anypoint Studio* > *Settings*.
Expand Down