Description
Currently there is only one DNS Zone supported, so all SANs must be in the same DNS zone.
It would be nice to have the option to configure the zone per SAN, like this:
certificate_name: "example.org"
zone: "example.org"
subject_alt_name:
- "test.example.org"
- "domain1.example.org"
- name: 'example.com'
zone: "example.com"
- name: 'test.example.com'
zone: "example.com"
Additional information
No response
Description
Currently there is only one DNS Zone supported, so all SANs must be in the same DNS zone.
It would be nice to have the option to configure the zone per SAN, like this:
Additional information
No response