Skip to content

Commit 1220ce6

Browse files
committed
PR feedback updates
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 46491d1 commit 1220ce6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/core/platform_installer.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,12 @@ export class PlatformInstaller {
281281
* Return a list of task to copy the node keys to the staging directory
282282
*
283283
* 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>
290290
*
291291
* @param stagingDir staging directory path
292292
* @param nodeIds list of node ids

0 commit comments

Comments
 (0)