Skip to content

Support for policy=wildcard in DNS-PERSIST validation #69

Description

@lmarte78

Hello,

while reviewing the DNS-PERSIST implementation in Open MPIC, I noticed that the DNS TXT record parser appears to validate only the following parameters:

  • accounturi
  • persistuntil

and ignores all other parameters.

In particular, I could not find any handling of the policy=wildcard parameter described in the DNS-PERSIST draft.

From my reading of the draft, policy=wildcard is required for a CA to treat a DNS-PERSIST authorization as valid for wildcard certificates and/or subordinate names. Without this policy, the authorization scope should remain limited to the validated FQDN.

Looking at evaluate_persistent_dns_response(), additional parameters seem to be ignored, and I do not see any mechanism for exposing wildcard authorization information to later validation stages.

Could you clarify:

  1. Is support for policy=wildcard currently implemented elsewhere in Open MPIC?

  2. If not, is support for wildcard policy evaluation planned?

  3. How should a CA using Open MPIC distinguish between:

    • authorization for a single FQDN
    • authorization that explicitly permits wildcard issuance

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions