We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e82c85 commit 32a6d00Copy full SHA for 32a6d00
1 file changed
rust/cert-tools/src/cmds/pkcs12.rs
@@ -66,7 +66,8 @@ pub fn generate_truststore(args: GeneratePkcs12TruststoreArguments) -> Result<()
66
.context(RetrieveCertificateSerialSnafu)?;
67
68
// 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.
+ // for the tracing statements. Converting `Asn1TimeRef` to a ISO 8601 timestamp really
70
+ // sucks, so we omitted that.
71
if let Some(existing) = certificates.get(&*sha256_digest) {
72
let existing_serial = existing
73
.serial_as_hex()
0 commit comments