@@ -1433,7 +1433,7 @@ already present on the ledger.
1433
1433
- ` pki/NocIcaCertificates/value/<VID> `
1434
1434
- ` pki/ChildCertificates/value/<Certificate's Subject>/<Certificate's Subject Key ID> `
1435
1435
- CLI Command:
1436
- - ` dcld tx pki add-noc-x509-cert --certificate=<string-or-path> --from=<account> `
1436
+ - ` dcld tx pki add-noc-x509-ica- cert --certificate=<string-or-path> --from=<account> `
1437
1437
1438
1438
#### REVOKE_NOC_ICA
1439
1439
@@ -1460,7 +1460,7 @@ Revoked certificates can be retrieved by using the [GET_REVOKED_CERT](#get_revok
1460
1460
- In State:
1461
1461
- ` pki/RevokedCertificates/value/<Certificate's Subject>/<Certificate's Subject Key ID> `
1462
1462
- CLI command:
1463
- - ` dcld tx pki revoke-noc-x509-cert --subject=<base64 string> --subject-key-id=<hex string> --serial-number=<string> --info=<string> --time=<int64> --revoke-child=<bool> --from=<account> `
1463
+ - ` dcld tx pki revoke-noc-x509-ica- cert --subject=<base64 string> --subject-key-id=<hex string> --serial-number=<string> --info=<string> --time=<int64> --revoke-child=<bool> --from=<account> `
1464
1464
1465
1465
#### GET_NOC_ROOT_BY_VID
1466
1466
@@ -1492,9 +1492,9 @@ Use [GET_ALL_REVOKED_CERT](#get_all_revoked_certs) to get a list of all revoked
1492
1492
- Parameters:
1493
1493
- vid: ` uint16 ` - Vendor ID (positive non-zero)
1494
1494
- CLI Command:
1495
- - ` dcld query pki noc-x509-certs --vid=<uint16> `
1495
+ - ` dcld query pki noc-x509-ica- certs --vid=<uint16> `
1496
1496
- REST API:
1497
- - GET ` /dcl/pki/noc-certificates/{vid} `
1497
+ - GET ` /dcl/pki/noc-ica- certificates/{vid} `
1498
1498
1499
1499
#### GET_REVOKED_NOC_ROOT
1500
1500
@@ -1542,9 +1542,9 @@ Use [GET_ALL_REVOKED_CERT](#get_all_revoked_certs) to get a list of all revoked
1542
1542
- Parameters:
1543
1543
- Common pagination parameters
1544
1544
- CLI Command:
1545
- - ` dcld query pki all-noc-x509-certs `
1545
+ - ` dcld query pki all-noc-x509-ica- certs `
1546
1546
- REST API:
1547
- - GET ` /dcl/pki/noc-certificates `
1547
+ - GET ` /dcl/pki/noc-ica- certificates `
1548
1548
1549
1549
#### GET_ALL_REVOKED_NOC_ROOT
1550
1550
0 commit comments