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: docs/transactions.md
+11-6
Original file line number
Diff line number
Diff line change
@@ -905,13 +905,17 @@ already present on the ledger.
905
905
906
906
The certificate is immutable. It can only be revoked by either the owner or a quorum of Trustees.
907
907
908
+
- Who can send: Vendor account
909
+
- PAA (Root certificates) are VID-scoped:
910
+
- the `vid` field in the subject of the intermediate/leaf X509 certificate must be equal to the Vendor account's VID.
911
+
- Non-VID scoped PAAs (Root certificates):
912
+
- if the intermediate/leaf X509 certificate is VID-scoped, then the `vid` field in the certificate must match the corresponding PAA's `vid` field on the ledger, or the intermediate/leaf X509 certificate must not be VID-scoped.
913
+
-`vid` field associated with the corresponding PAA on the ledger must be equal to the Vendor account's VID.
908
914
- Parameters:
909
915
- cert: `string` - PEM encoded certificate. The corresponding CLI parameter can contain either a PEM string or a path to a file containing the data.
@@ -963,6 +967,8 @@ Removes the given X509 certificate (either intermediate or leaf) from approved a
963
967
Only the owner (sender) can remove the certificate.
964
968
Root certificates can not be removed this way.
965
969
970
+
- Who can send: Vendor account
971
+
- the sender's VID must match the vid field of the removing certificates.
966
972
- Parameters:
967
973
- subject: `string` - certificates's `Subject` is base64 encoded subject DER sequence bytes
968
974
- subject_key_id: `string` - certificates's `Subject Key Id` in hex string format, e.g: `5A:88:0E:6C:36:53:D0:7F:B0:89:71:A3:F4:73:79:09:30:E6:2B:DB`
@@ -1041,7 +1047,6 @@ Publishing the revocation distribution endpoint doesn't automatically remove PAI
1041
1047
and DACs (leaf certificates) added to DCL if they are revoked in the CRL identified by this distribution point.
1042
1048
[REVOKE_X509_CERT](#revoke_x509_cert) needs to be called to remove an intermediate or leaf certificate from the ledger.
1043
1049
1044
-
1045
1050
- Who can send: Vendor account
1046
1051
-`vid` field in the transaction (`VendorID`) must be equal to the Vendor account's VID
1047
1052
- VID-scoped PAAs (Root certs) and PAIs (Intermediate certs): `vid` field in the `CRLSignerCertificate`'s subject must be equal to the Vendor account's VID
0 commit comments