Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration url #67

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions ietf-voucher-request.yang
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ RFCEDITOR: please replace XXXX with the RFC number assigned.
mandatory false;
}

refine "voucher/pinning/pinned-domain-cert" {
description "A pinned-domain-cert field
is not valid in a voucher request, and
any occurrence MUST be ignored";
}

refine "voucher/last-renewal-date" {
description "A last-renewal-date field
is not valid in a voucher request, and
Expand Down
4 changes: 2 additions & 2 deletions ietf-voucher.yang
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,13 @@ RFCEDITOR: please replace XXXX with the RFC number assigned.
found at this URI.
";
}
leaf additional-configuration {
leaf additional-configuration-url {
type ietf:uri;
description
"The additional-configuration attribute contains a
URL to which the Pledge can retrieve additional
configuration information.
The contents of this URL are vendor specific.
The contents of this URL are manufacturer specific.
This is intended to do things like configure
a VoIP phone to point to the correct hosted
PBX, for example.";
Expand Down
Loading