Friday, February 28, 2025

Re: package certbot is missing dependency on python module

> On 2025-02-25, Sandeep Gupta <gupta.sandeep@gmail.com> wrote:
> > from OpenSSL.crypto import (
> > File "/usr/local/lib/python3.12/site-packages/OpenSSL/crypto.py", line
> > 26, in <module>
> > from typing_extensions import deprecated
> > ModuleNotFoundError: No module named 'typing_extensions'
> ...

Another option is to use acme-client(1). Provided that you are happy
with lets encrypt or buypass this could be really easy

* It is in base so it will work out-of-the-box and you don't need to
install any packages for this task.
* It has super easy config.
* It's typically usage is to work with httpd and uses the correct
directories by default.
* It is no python

No comments:

Post a Comment