Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. -Djava.security.egd=file:///dev/urandom switch
  2.  
  3. -Djava.security.egd=file:/dev/./urandom
  4.  
  5. securerandom.source=file:/dev/./urandom
  6.  
  7. SSLRandomSeed startup file:/dev/urandom 512
  8. SSLRandomSeed connect file:/dev/urandom 512
  9.  
  10. TLSRandFile /dev/urandom
  11.  
  12. tls_random_source = dev:/dev/urandom
  13.  
  14. sudo postconf -e 'tls_random_source = dev:/dev/urandom'
  15.  
  16. rm /dev/random
  17. mknod /dev/random c 1 9
  18.  
  19. session.entropy_file = /dev/urandom
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement