From b23e3bec7f26cd988aba19e7863c0700abef575b Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 6 Nov 2018 17:45:41 -0800 Subject: [PATCH] Remove comment of removed arguments. --- ca/bootstrap.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ca/bootstrap.go b/ca/bootstrap.go index e411bc11..7cff3531 100644 --- a/ca/bootstrap.go +++ b/ca/bootstrap.go @@ -38,9 +38,9 @@ func Bootstrap(token string) (*Client, error) { return NewClient(claims.Audience[0], WithRootSHA256(claims.SHA)) } -// BootstrapServer is a helper function that returns an http.Server configured -// with the given address and handler, and prepared to use TLS connections. -// By default the server will kick off a routine that will renew the +// BootstrapServer is a helper function that using the given token returns the +// given http.Server configured with a TLS certificate signed by the Certificate +// Authority. By default the server will kick off a routine that will renew the // certificate after 2/3rd of the certificate's lifetime has expired. // // Usage: