Skip to content

Commit 61f40cf

Browse files
committed
Merge pull request cloudfoundry#230 from yooture/update-docu
Document local_policy.jar location for 'server jre' See: cloudfoundry#196
2 parents 9152977 + 5a43f31 commit 61f40cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/jre-oracle_jre.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The JRE can be configured by modifying the [`config/oracle_jre.yml`][] file in t
3939
The JRE can also be configured by overlaying a set of resources on the default distribution. To do this, add files to the `resources/oracle_jre` directory in the buildpack fork.
4040

4141
#### JCE Unlimited Strength
42-
To add the JCE Unlimited Strength `local_policy.jar`, add your file to `resources/oracle_jre/lib/security/local_policy.jar`. This file will be overlayed onto the Oracle distribution.
42+
To add the JCE Unlimited Strength `local_policy.jar`, add your file to `resources/oracle_jre/lib/security/local_policy.jar`. In case you you'r using the 'server jre', then the file should go to `resources/oracle_jre/jre/lib/security/local_policy.jar`. This file will be overlayed onto the Oracle distribution.
4343

4444
#### Custom CA Certificates
4545
To add custom SSL certificates, add your `cacerts` file to `resources/oracle_jre/lib/security/cacerts`. This file will be overlayed onto the Oracle distribution.

0 commit comments

Comments
 (0)