[
https://issues.apache.org/jira/browse/BROOKLYN-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Svetoslav Neykov updated BROOKLYN-391:
--------------------------------------
Description:
Force Brooklyn to use /dev/urandom regardless of machine setup.
Pass -Djava.security.egd=file:/dev/./urandom;
https://docs.oracle.com/cd/E13209_01/wlcp/wlss30/configwlss/jvmrand.html
(/dev/./urandom is intentional: Java has a built-in check that if the path is
/dev/urandom it switches to /dev/random)
was:
Force Brooklyn to use /dev/urandom regardless of machine setup.
Pass -Djava.security.egd=file:/dev/./urandom;
> Configure Brooklyn's JVM to use /dev/urandom for crypto
> -------------------------------------------------------
>
> Key: BROOKLYN-391
> URL: https://issues.apache.org/jira/browse/BROOKLYN-391
> Project: Brooklyn
> Issue Type: Improvement
> Reporter: Svetoslav Neykov
>
> Force Brooklyn to use /dev/urandom regardless of machine setup.
> Pass -Djava.security.egd=file:/dev/./urandom;
> https://docs.oracle.com/cd/E13209_01/wlcp/wlss30/configwlss/jvmrand.html
> (/dev/./urandom is intentional: Java has a built-in check that if the path is
> /dev/urandom it switches to /dev/random)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)