certbot in a jail

bako

Dabbler
Joined
Jul 10, 2019
Messages
19
Any idea how to get cerbot/lets encrypt in a jail?

Tried to run this...

[root@abyss /mnt/MAIN/HOME/binary]# jexec 7 sh
# pkg install py36-certbot
Updating iocage-plugins repository catalogue...
iocage-plugins repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'py36-certbot' have been found in the repositories
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Any idea how to get cerbot/lets encrypt in a jail?
Using any client other than certbot would really be a good start--I mostly use acme.sh.
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
not available in a jail
A normal jail, or a plugin jail? The latter don't have the same package repos available.
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Let's Encrypt issues certs using the ACME protocol, and requires client software using that protocol in order to obtain a cert. Certbot is just one such piece of client software, but there are many others:

I don't agree with their "recommendation" for most purposes, as it's a tangled mess of dependencies which tries to do far too much for most purposes. I use it sometimes because it has good support for acme-dns, but I generally prefer acme.sh:
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504

KevDog

Patron
Joined
Nov 26, 2016
Messages
462

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
Top