Cannot get certificate for a domain, challenge fails

You have to install it into the web server [just once].

Try:

certbot certonly \
--webroot -w /var/www/html \
-d lpac-asterisk.covici.com \
--cert-name LPAC \
-i apache \
--reinstall

OR

Create your own secure vhost file and enable it [into Apache].

I got certificate not due for renewal, no action taken.

@rg305 I don't think the certonly subcommand will install anything.

So, how can I get this cert to work with apache?

^^ that would always work

Otherwise,

Try:

certbot run \
--webroot -w /var/www/html \
-d lpac-asterisk.covici.com \
--cert-name LPAC \
-i apache \
--reinstall

[replace certonly with run]

OK, so finally we have done it!! The certbot run did the trick.

Thanks again.