Hi,

Is there any support for Ms GUID? I got the alt name working with:

snip (some_tls_request_type.yaml):

san:

    - san_guid

...

enroll:

    subject:

        san:

            dns: .....

            guid: "[% FOREACH entry....]" //like DNS or IP

- snip


and creating specific template san_guid.yaml based on other san_xxx.yaml files with id guid.

the certificate provisioning goes forward up to key generation and at PKS10 it fails for unknown reason. It seens that the san_guid is missing identifier for cert_subject_alt_name:

[object]

[
  "", //empty
  "guid string HEX"
]

while DNS:

[
  "DNS", /has DNS field
  "somesystem.com"
]

I just wonder where these are defined?

--
Sami Hulkko
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to