Register 2 Wildcard Certs on same Server

My domains are:


&
kells.dev

I ran this command:
certbot certonly --manual --preferred-challenges=dns --manual-auth-hook /usr/local/bin/certbot-hetzner-auth.sh --manual-cleanup-hook /usr/local/bin/certbot-hetzner-cleanup.sh -d kells.dev -d *.kells.dev

It produced this output:
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.'

My web server is (include version):
Apache/2.4.25 (Debian)

The operating system my web server runs on is (include version):
Debian-98-stretch-64

My hosting provider, if applicable, is:
Hetzner Online GmbH

I can login to a root shell on my machine (yes or no, or I don't know):
Yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
No

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
certbot 0.28.0

Somehow I cannot register a wildcard cert for my kells.dev domain. Please also note that I did run the exact same command (only with other domain) for conturas.io and there was no error.

2 Likes

Welcome to the Let's Encrypt Community, Kevin-Kelly :slightly_smiling_face:

Your certbot version is ancient. Try updating to the snaps version.

https://certbot.eff.org/lets-encrypt/debianstretch-apache

3 Likes

You are a lifesaver!

3 Likes

:partying_face:

Glad you got things working!

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.