From 5a43f31135271c1e4bb229a3ff0d63383cbe4439 Mon Sep 17 00:00:00 2001 From: imod Date: Tue, 15 Sep 2015 09:32:31 +0200 Subject: [PATCH] document local_policy.jar location for 'server jre' --- docs/jre-oracle_jre.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jre-oracle_jre.md b/docs/jre-oracle_jre.md index bae9c1cb7a..bc2e5121bd 100644 --- a/docs/jre-oracle_jre.md +++ b/docs/jre-oracle_jre.md @@ -39,7 +39,7 @@ The JRE can be configured by modifying the [`config/oracle_jre.yml`][] file in t 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. #### JCE Unlimited Strength -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. +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. #### Custom CA Certificates 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.