Skip to content

Commit

Permalink
added descriptions for new choice structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mcr committed Oct 4, 2024
1 parent 0befb43 commit 0710ba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ietf-voucher-request.yang
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ RFCEDITOR: please replace XXXX with the RFC number assigned.
}

choice registrar-identity {
description "One of these three attributes will be used to pin the registrar identity";
leaf proximity-registrar-cert {
type binary;
description
Expand Down
4 changes: 4 additions & 0 deletions ietf-voucher.yang
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ RFCEDITOR: please replace XXXX with the RFC number assigned.
otherwise unique within the scope of the MASA.";
}
choice pinning {
description "One of these attributes is used by the pledge to
specify the registrar, and how the pledge would like
the registrar's identity to be pinned";
leaf pinned-domain-cert {
type binary;
description
Expand Down Expand Up @@ -233,6 +236,7 @@ RFCEDITOR: please replace XXXX with the RFC number assigned.
certificate.";
}
choice nonceless {
description "Either a nonce must be present, or an expires-on header";
leaf expires-on {
type yang:date-and-time;
description
Expand Down

0 comments on commit 0710ba5

Please sign in to comment.