How to generate certificate files and records by Let's Encrypt

My provider allows me to enter the certificate and the private keys by cutting and paste texts inside e form. It also allows me to access .well-known by FTP or to add a record to DNS. So I can do everything without Shell access and without certbot. However I need a way to generate the three files and the ACME records. How? I was used to the mechanism used by SSL for Free but it does not work anymore. I cannot find a way to do the same. I need to generate certificate.crt, ca_bundle.crt and private.key, as well as the TXT records. Any idea how to do that by Let’s Encrypt?

1 Like

Hi @dejudicibus

you can install a client local and use it with something like --manual and certonly.

There is a Windows-Certbot (Beta).

Or use one of the other clients to do that.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.