/default/cacerts

http://github.com/brinkman83/bashrc · #! · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · 0ded97abeff69c2362939e2e881e214a MD5 · raw file

  1. # defaults for ca-certificates-java
  2. # The password which is used to protect the integrity of the keystore.
  3. # storepass must be at least 6 characters long. It must be provided to
  4. # all commands that access the keystore contents.
  5. # Only change this if adding private certificates.
  6. #storepass=''
  7. # enable/disable updates of the keystore /etc/ssl/certs/java/cacerts
  8. cacerts_updates=yes