< prev index next >

src/java.base/share/conf/security/java.security

Print this page
rev 55964 : 8162628: Migrate cacerts keystore from JKS

*** 295,310 **** # Default keystore type. # keystore.type=pkcs12 # ! # Controls compatibility mode for JKS and PKCS12 keystore types. # ! # When set to 'true', both JKS and PKCS12 keystore types support loading ! # keystore files in either JKS or PKCS12 format. When set to 'false' the ! # JKS keystore type supports loading only JKS keystore files and the PKCS12 ! # keystore type supports loading only PKCS12 keystore files. # keystore.type.compat=true # # List of comma-separated packages that start with or equal this string --- 295,309 ---- # Default keystore type. # keystore.type=pkcs12 # ! # Controls compatibility mode for PEM, JKS and PKCS12 keystore types. # ! # When set to 'true', all PEM, JKS and PKCS12 keystore types support loading ! # keystore files in either PEM, JKS or PKCS12 format. When set to 'false' the ! # each keystore type supports loading only keystore files of its own. # keystore.type.compat=true # # List of comma-separated packages that start with or equal this string
< prev index next >