Open kumarunster opened 5 years ago
@kumarunster, all - does the issue still exists on azure DNS provider regarding wild-card certificates?
@henningw
I dont know. We switched since then to Acme.sh Works like a charm, as well with azure dns and for wildcard domain names. we are setting couple of environment variables, to prepare acme.sh to work with azure dns. The resource should be able to access the keyvault for service principal, and service principal should be permitted to do changes on Azure DNS. but the call is then relatively simple:
hope that helps as idea.
/root/.acme.sh/acme.sh --issue --dns dns_azure \
--dnssleep 10 --force \
-d $VO_DOMAIN -d *.$VO_DOMAIN $staging_flag \
--log
Thanks for the reply, will investigate further.
Just to note for future reader of this issue, I've created a pull-request to fix the problem in #1359
Hello,
I'm facing below issue, if I try to obtain wild card certificate from letsencrypt with certbot/lexicon.
I found this similar issues https://github.com/certbot/certbot/issues/5673 and referencing https://github.com/AnalogJ/lexicon/issues/182.
It seems for me, that the issue still exist, at least for azure? Does any workaround exists to create a wildcard domain certificate?