Skip to content

Commit 1d133dc

Browse files
committed
shorten description further
Signed-off-by: Tobias Guggenmos <guggenmos@dfn-cert.de>
1 parent f314369 commit 1d133dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prober/prober.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type ProbeFn func(ctx context.Context, target string, config config.Module, regi
2626

2727
const (
2828
helpSSLEarliestCertExpiry = "Earliest expiry time of any TLS certificate returned by the server"
29-
helpSSLChainExpiryInTimeStamp = "Earliest expiry of any TLS certificate that is part of the certificate chain used for validating the servers identity"
29+
helpSSLChainExpiryInTimeStamp = "Earliest expiry time in the TLS certificate chain used for validating the servers identity"
3030
helpProbeTLSInfo = "Returns the TLS version used or NaN when unknown"
3131
helpProbeTLSCipher = "Returns the TLS cipher negotiated during handshake"
3232
)

0 commit comments

Comments
 (0)