Hey folks -
I'm having a stupid moment here and it's likely due to something I did. I have a 11.2R4 server running with a few jails on it. I'm using the LetsEncrypt certbot pkg on the host and a couple of the jails. They've made some changes and are now requiring certbot v 0.28 or higher be installed. As per this doc:
community.letsencrypt.org
The challenge: On the host OS, I was able to
However, the jails each apparently still think the version of certbot they're running is the most recent. And it appears to be a repository thing, or something like that? I'm not 100% sure. But, here's an example. From the host:
But from one of the jails:
I've tried all sorts of pkg updates, pkg updates with the -f flag, etc. No luck.
Any ideas? And no, please don't suggest "just installing the port". I'd rather manage using pkg...
Thanks.
I'm having a stupid moment here and it's likely due to something I did. I have a 11.2R4 server running with a few jails on it. I'm using the LetsEncrypt certbot pkg on the host and a couple of the jails. They've made some changes and are now requiring certbot v 0.28 or higher be installed. As per this doc:

How to stop using TLS-SNI-01 with Certbot
Let's Encrypt is removing support for domain validation with TLS-SNI-01. If you're using Certbot and received an email titled "Action required: Let’s Encrypt certificate renewals" or are getting the error message: Client with the currently selected authenticator does not support any...

The challenge: On the host OS, I was able to
pkg update ; pkg upgrade py27-certbot
and that did the right thing. Certbot was updated.joker# certbot --version
certbot 0.29.1
However, the jails each apparently still think the version of certbot they're running is the most recent. And it appears to be a repository thing, or something like that? I'm not 100% sure. But, here's an example. From the host:
joker# pkg search py27-certbot | grep client
py27-certbot-0.29.1_2,1 Let's Encrypt client
But from one of the jails:
catwoman# pkg search py27-certbot | grep client
py27-certbot-0.27.1,1 Let's Encrypt client
I've tried all sorts of pkg updates, pkg updates with the -f flag, etc. No luck.
Any ideas? And no, please don't suggest "just installing the port". I'd rather manage using pkg...
