File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -281,12 +281,12 @@ export class PlatformInstaller {
281
281
* Return a list of task to copy the node keys to the staging directory
282
282
*
283
283
* It assumes the staging directory has the following files and resources:
284
- * ${staging}/keys/s-<nodeId>.key: signing key for a node
285
- * ${staging}/keys/s-<nodeId>.crt: signing cert for a node
286
- * ${staging}/keys/a-<nodeId>.key: agreement key for a node
287
- * ${staging}/keys/a-<nodeId>.crt: agreement cert for a node
288
- * ${staging}/keys/hedera-<nodeId>.key: gRPC TLS key for a node
289
- * ${staging}/keys/hedera-<nodeId>.crt: gRPC TLS cert for a node
284
+ * <li> ${staging}/keys/s-public- <nodeId>.pem: private signing key for a node</li>
285
+ * <li> ${staging}/keys/s-private- <nodeId>.pem: public signing key for a node</li>
286
+ * <li> ${staging}/keys/a-public- <nodeId>.pem: private agreement key for a node</li>
287
+ * <li> ${staging}/keys/a-private- <nodeId>.pem: public agreement key for a node</li>
288
+ * <li> ${staging}/keys/hedera-<nodeId>.key: gRPC TLS key for a node</li>
289
+ * <li> ${staging}/keys/hedera-<nodeId>.crt: gRPC TLS cert for a node</li>
290
290
*
291
291
* @param stagingDir staging directory path
292
292
* @param nodeIds list of node ids
You can’t perform that action at this time.
0 commit comments