Skip to content

Commit

Permalink
Merge pull request #230 from yooture/update-docu
Browse files Browse the repository at this point in the history
Document local_policy.jar location for 'server jre'

See: #196
  • Loading branch information
cgfrost committed Sep 15, 2015
2 parents 9152977 + 5a43f31 commit 61f40cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/jre-oracle_jre.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 61f40cf

Please sign in to comment.