Hi
I am new to letsencrypt
How to I get a wildcard certificate please?
My service provider can support once I have the SSL certificate
SSL needed: *.manawaite.com
Many thanks
Mana
Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
I’m 90% sure that CrazyDomains does not offer a DNS API, so there is not really any simple automated way to get a wildcard certificate unless you change DNS hosts.
You can try get the certificate manually using Certbot and following the instructions to copy DNS TXT records into your CrazyDomains DNS control panel:
certbot certonly -d manawaite.com -d "*.manawaite.com" \
--manual --preferred-challenges dns
but this won’t get you automated renewal.
(If you can’t run Certbot, you can also try use a web interface to do the same, such as ZeroSSL).