Wednesday, December 27, 2023

Re: certbot with cloudflare dns-01 challenge

Hmmm, I don't believe "inconvenience" for an OpenBSD user motivates folks who create OpenBSD packages.

Look at this another way, you could create
py3-certbot-dns-cloudflare package, and submit it to OpenBSD ports list for inclusion as a supported package, with you as the developer. Then you would be contributing to OpenBSD.

73
diana



On December 27, 2023 3:49:59 AM MST, hammer2_zfs <hammer2_zfs@proton.me> wrote:
>hi, dears;-)
>
>I'm using the OpenBSD 7.4 and snapshots.
>recently, I was trying the pkg_add certbot certbot-dns-cloudflare.
>pkg_add certbot was ok. but, pkg_add certbot-dns-cloudflare was fail.
>(it was need a pip. it must be pkg_add py3-certbot-dns-cloudflare. but same things. )
>
>I was more trying. pkg_add py3-pip py3-cryptography_vectors rust.
>And run:
>pip freeze > requirements.txt_orig
>cat requirements.txt_orig|grep certbot|sed "s/==/-dns-cloudflare==/g">>requirements.txt
>python3 -m venv _any_ && . ./_any_/bin/activate;
>pip3 install --upgrade pip && pip install -r requirements.txt
>it was getting done. I could run certbot certonly -dns-cloudflare ...any.
>but, so terrible job.
>(ofcouse any programer will get a success, but many users could not get a success.)
>
>Why "OpenBSD packages" did not have a py3-certbot-dns-cloudflare.
>It's a very inconvenient.

No comments:

Post a Comment