Skip to content

Commit d79dc49

Browse files
authored
Update epf.properties
1 parent 14e208a commit d79dc49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

epf.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ entropy.resource=/hwrng/api/v1/public/bytes/
1515
# It requires a user authentication. Contact us to obtain an authentication token.
1616
# entropy.resource=/hwrng/api/v1/bytes/
1717

18-
# Set this property to 'true' to secure the random byte stream communication with the remote service.
19-
# This is different from SSL.
18+
# Set this property to 'true' to secure the random byte stream communication to remote service
19+
# with additional encryption.
2020
entropy.resource.bytestream.encrypt=true
2121

2222
# A location of the file that stores the RSA public key used to secure the random byte stream.
@@ -29,7 +29,7 @@ entropy.auth.token=
2929
# Amount of random bytes retrieved from remote service per request.
3030
# The value of this property is limited to 400
3131
# when the 'entropy.resource' property points to a demo or non-commercial endpoint.
32-
# The max value is 100000 when using commercial or professional endpoint.
32+
# The max value is 10000 when using commercial or professional endpoint.
3333
entropy.request.byte.count=400
3434

3535
# The following properties are tuned up for optimal performance and CPU utilization

0 commit comments

Comments
 (0)