Let's Encrypt certificate on on server LOCAL lan

Hi all,

I am running Rocky-9.2 as a virtual machine on a LOCAL LAN.

I would like to use acme.sh to get the certificate as with Centos-7.
Is there a documenation or an howto about that ?

Thank you

Michel-André

Hi,

The acme.sh script should run just the same pretty much on any Linux distro. The script is not unique to CentOS, Rocky, Debian or whatever. I expect you just need to install the certbot package and perhaps any one of the python3-certbot-* packages that the acme.sh script relies on.

The instructions for using the acme.sh script should be in the place where you got that script from - most likely here: GitHub - acmesh-official/acme.sh: A pure Unix shell script implementing ACME client protocol