Skip to content

Commit 2645e83

Browse files
committed
partial
1 parent 727f007 commit 2645e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client/IoTDBKeyStoreLoaderClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class IoTDBKeyStoreLoaderClient {
5454
IoTDBKeyStoreLoaderClient load(final Path baseDir, final char[] password) throws Exception {
5555
final KeyStore keyStore = KeyStore.getInstance("PKCS12");
5656

57-
final Path serverKeyStore = baseDir.resolve("example-client.pfx");
57+
final Path serverKeyStore = baseDir.resolve("iotdb-client.pfx");
5858

5959
logger.info("Loading KeyStore at {}.", serverKeyStore);
6060

0 commit comments

Comments
 (0)