Skip to content

Commit 32a6d00

Browse files
Techassiadwk67
andcommitted
chore: Adjust dev comment about TLS semantic conventions
Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.tech>
1 parent 2e82c85 commit 32a6d00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rust/cert-tools/src/cmds/pkcs12.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ pub fn generate_truststore(args: GeneratePkcs12TruststoreArguments) -> Result<()
6666
.context(RetrieveCertificateSerialSnafu)?;
6767

6868
// Trying to stick to https://opentelemetry.io/docs/specs/semconv/registry/attributes/tls/#tls-attributes
69-
// Converting `Asn1TimeRef` to a ISO 8601 timestamp really sucks, so we omitted that.
69+
// for the tracing statements. Converting `Asn1TimeRef` to a ISO 8601 timestamp really
70+
// sucks, so we omitted that.
7071
if let Some(existing) = certificates.get(&*sha256_digest) {
7172
let existing_serial = existing
7273
.serial_as_hex()

0 commit comments

Comments
 (0)