Closed xipki closed 5 months ago
Related to the PolicyMappings,
PolicyMappings = [
+ (issuerDomainPolicy: ~oid, subjectDomainPolicy: ~oid)
]
The issuerDomainPolicy
and subjectDomainPolicy
need also to be extended to allow the uint
type, as follows:
PolicyMappings = [
+ (issuerDomainPolicy: uint/~oid/pen, subjectDomainPolicy: uint/~oid/pen)
]
Since we removed the 'pen' case, we close this issue.
Please extend the syntax of the following cases to allow
pen
besides~oid
:For simplicity, we need to define a new type XXX:
XXX = ~oid / pen
And taking Attribute as example:
is simplified to