Tips and tricks
How to issue letsencrypt certificate from mac os x
best option would be to use cpanel option if avaialble
recommandation
Install brew
brew install certbot
use this command
certbot --apache -d yourdomain.com
this might also work
sudo certbot certonly --manual
create the file requested