aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/internal
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-10-20 12:50:17 +0200
committerMartin Polden <mpolden@mpolden.no>2023-10-20 12:50:17 +0200
commit872ac4c6f6f360c1934af0028f7bfb05b14ab300 (patch)
tree7b8ff0db5296ee86bf68c8997056bd96f61535c9 /client/go/internal
parent479379d864392f3d6de5c6c78e03214021994d4f (diff)
Fix wrapping
Diffstat (limited to 'client/go/internal')
-rw-r--r--client/go/internal/cli/cmd/cert.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/go/internal/cli/cmd/cert.go b/client/go/internal/cli/cmd/cert.go
index aca8de88fbe..1cc50b1faea 100644
--- a/client/go/internal/cli/cmd/cert.go
+++ b/client/go/internal/cli/cmd/cert.go
@@ -32,8 +32,10 @@ package specified as an argument to this command (default '.').
It's possible to override the private key and certificate used through
environment variables. This can be useful in continuous integration systems.
-It's also possible override the CA certificate which can be useful when using self-signed certificates with a
-self-hosted Vespa service. See https://docs.vespa.ai/en/operations-selfhosted/mtls.html for more information.
+It's also possible override the CA certificate which can be useful when using
+self-signed certificates with a self-hosted Vespa service.
+See https://docs.vespa.ai/en/operations-selfhosted/mtls.html for more
+information.
Example of setting the CA certificate, certificate and key in-line: