Do you really need some of the new features added to certbot since 0.19? The command you just pasted should work. Do you run into some problem nontheless?
hello, it works fine for a single site but Im having issues getting certificate for subdomain www; at the moment I’m only able to configure without www
maybe Im not doing it right… I thought there might be an issue with 0.19
getting error message : could not satisfy CA requirements
That means you're using the tls-sni-01 challenge, which is disabled b/c of security issues. It also means you're not using --authenticator webroot for that site.
If you'd paste the exact command here with the exact output it generates, we might help you further.
Thank you I’d redo it again to explain better but I took the turn of wiping my server to go from scratch at the moment and I’m still trying to resolve an issue before I try certbot again.
However there is not much I did more; using the command certbot --authenticator webroot --installer apache I have been following the steps.
I'm beginning to doubt myself. The error "could not satisfy CA requirements" doesn't fully correspond with the error I was thinking about with regard to the tls-sni-01 challenge. That error message would have been "Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA." in total. Which is different from the error message you're getting, although there is some overlap in words.. Hence the confusion from my part. Sorry about that.
I would like to see the exact and full error message when you try again. It should work with the webroot plugin in certbot version 0.19.
Still not at the certbot step again (could take a few days at the speed my registrar is replying) but I found the error message in my browsing history :))
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
so I might be having an issue with tls-sni-01 challenge ?