Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

Commit

Permalink
Add a docblock for createNodeCert()
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
  • Loading branch information
bowlofeggs authored and mergify[bot] committed Sep 24, 2019
1 parent f104f9a commit 4e10319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functional_tests/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ func startNode(t tester, node nodeNrType) {
waitForNodeStart(t, node, readout)
}

// Create a node certificate for the given node.
func createNodeCert(t tester, node nodeNrType) {
createTestCA(t)
createTestConfig(t, node.Name(), node)
Expand Down

0 comments on commit 4e10319

Please sign in to comment.