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

Allow for passing in additional order fields #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

petercooperjr
Copy link

@petercooperjr petercooperjr commented Jun 6, 2024

This allows for the caller to add notBefore/notAfter for servers that support them, or the "replaces" field which is added in draft-ietf-acme-ari for servers that support ARI.
(Again, not sure if there might be a better approach. I'm pretty sure all supported versions of node support the way I used the spread operator, but it may be that one want to copy the fields a different way, or explicitly list which fields one wants to allow the caller to specify.)

This allows for the caller to add notBefore/notAfter for servers that support them, or the "replaces" field which is added in draft-ietf-acme-ari-04 for servers that support ARI.
(Again, not sure if there might be a better approach.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant