Skip to content

Commit 3df839d

Browse files
committed
Add missing parameters to CLI command in NOC design doc
1 parent 68a3ed2 commit 3df839d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design/noc-root-cert-design.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Revoked NOC root certificates can be re-added using the `ADD_NOC_X509_ROOT_CERTI
5858
- `pki/RevokedCertificates/value/<subject>/<subject_key_id>`
5959
- `pki/RevokedNOCRootCertificates/value/<subject>/<subject_key_id>`
6060
- CLI Command:
61-
- `dcld tx pki revoke-noc-x509-root-cert --subject=<base64 string> --subject-key-id=<hex string> --serial-number=<string> --from=<account>`
61+
- `dcld tx pki revoke-noc-x509-root-cert --subject=<base64 string> --subject-key-id=<hex string> --serial-number=<string> --info=<string> --time=<int64> --revokeChild=<bool> --from=<account>`
6262

6363
### 3. REMOVE_NOC_X509_ROOT_CERTIFICATE
6464
This transaction completely removes a NOC root certificate owned by the Vendor.
@@ -78,7 +78,7 @@ The certificates in the chain signed by the removed certificate (intermediate, l
7878
- serial_number: `optional(string)` - Certificate's serial number. If not provided, the transaction will remove all certificates that match the given `subject` and `subject_key_id` combination.
7979
- info: `optional(string)` - Information/notes for the removal.
8080
- CLI Command:
81-
- `dcld tx pki remove-noc-x509-root-cert --subject=<base64 string> --subject-key-id=<hex string> --serial-number=<string> --from=<account>`
81+
- `dcld tx pki remove-noc-x509-root-cert --subject=<base64 string> --subject-key-id=<hex string> --serial-number=<string> --info=<string> --from=<account>`
8282

8383
## Query
8484

0 commit comments

Comments
 (0)