File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/ssl Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -114,26 +114,6 @@ public void testMessageForCertificateAuthoritiesWithoutReadAccess() throws Excep
114
114
checkUnreadableTrustManagerResource ("ca1.crt" , "PEM certificate_authorities" , "certificate_authorities" );
115
115
}
116
116
117
- public void testMessageForKeyStoreOutsideConfigDir () throws Exception {
118
- checkBlockedKeyManagerResource ("[jks] keystore" , "keystore.path" , null );
119
- }
120
-
121
- public void testMessageForPemCertificateOutsideConfigDir () throws Exception {
122
- checkBlockedKeyManagerResource ("PEM certificate" , "certificate" , withKey ("cert1a.key" ));
123
- }
124
-
125
- public void testMessageForPemKeyOutsideConfigDir () throws Exception {
126
- checkBlockedKeyManagerResource ("PEM private key" , "key" , withCertificate ("cert1a.crt" ));
127
- }
128
-
129
- public void testMessageForTrustStoreOutsideConfigDir () throws Exception {
130
- checkBlockedTrustManagerResource ("[jks] keystore (as a truststore)" , "truststore.path" );
131
- }
132
-
133
- public void testMessageForCertificateAuthoritiesOutsideConfigDir () throws Exception {
134
- checkBlockedTrustManagerResource ("PEM certificate_authorities" , "certificate_authorities" );
135
- }
136
-
137
117
public void testMessageForTransportSslEnabledWithoutKeys () throws Exception {
138
118
final String prefix = "xpack.security.transport.ssl" ;
139
119
final Settings .Builder settings = Settings .builder ();
You can’t perform that action at this time.
0 commit comments