Skip to content

Commit 0024a96

Browse files
committed
Add comments
1 parent c944e76 commit 0024a96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

proxy/src/test/java/org/apache/rocketmq/proxy/grpc/ProxyAndTlsProtocolNegotiatorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public void testLoadSslContextWithUnencryptedKey() throws Exception {
7171

7272
@Test
7373
public void testLoadSslContextWithEncryptedKey() throws Exception {
74+
// "1234" is the password of certs/client.key, inherited from remoting module test resources
7475
configureTls("client.key", "client.pem", "1234");
7576
ProxyAndTlsProtocolNegotiator.loadSslContext();
7677
}

0 commit comments

Comments
 (0)