You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/bom-1.7.proto
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2257,6 +2257,8 @@ message CryptoProperties {
2257
2257
2258
2258
// Certificate Properties
2259
2259
messageCertificateProperties {
2260
+
// The serial number is a unique identifier for the certificate issued by a CA.
2261
+
optionalstringserialNumber=9;
2260
2262
// The subject name for the certificate
2261
2263
optionalstringsubjectName=1;
2262
2264
// The issuer name for the certificate
@@ -2273,10 +2275,6 @@ message CryptoProperties {
2273
2275
optionalstringcertificateFormat=7;
2274
2276
// DEPRECATED - DO NOT USE - This will be removed in a future version - Use `.certificateFileExtension` instead. The file extension of the certificate. Examples include crt, pem, cer, der, and p12.
// A certificate extension is an optional field that provides additional information about the certificate or its use. Extensions are used to convey additional information beyond the standard fields.
// A certificate extension is an optional field that provides additional information about the certificate or its use. Extensions are used to convey additional information beyond the standard fields.
0 commit comments