Can someone share the command to generate SSL ca using certbot.
Hosting provider: namecheap
I have installed certbot using brew install certbot
I have found a command on youtube that generate the ca but I am assuming it does not automate the renewal.
" sudo certbot certonly --manual -d [domain.com] --agree-tos --manual-public-ip-logging-ok --preferred-challenges http-01 --server https://acme-v02.api.letsencrypt.org/directory --register-unsafely-without-email --rsa-key-size 4096"
I recomend using the staging environment for all testing.
That said, I think you must of used a working command to get the certs for "project".
This would be a similar command - but with this name and webroot path [if that was used].
So...
What was the command used to get a cert for "project"?
@rg305 for that I used acme.sh command acme.sh --issue -d [project.trushargavit.com ](http://project.trushargavit.com/) -d [www.project.trushargavit.com](http://www.project.trushargavit.com/) -w /home/username/project.trushargavit.com
But the cert was not valid. I contact the customer support and their response was same for the cert.
then I tried the certbot to get cert and it worked on other subdomain but the command I used does not automate the renewal.
Step #1 [from where you are] is to get an ACME client
[ I don't see anything wrong with using acme.sh - it obviously was able to issue certs on that system ]