create a clone of certbot git repo or install certbot
sudo ./certbot-auto certonly -m [email protected] --agree-tos --manual --no-eff-email --manual-public-ip-logging-ok --preferred-challenges http -d test1.example.com
This will give crt and key.
create a clone of certbot git repo or install certbot
sudo ./certbot-auto certonly -m [email protected] --agree-tos --manual --no-eff-email --manual-public-ip-logging-ok --preferred-challenges http -d test1.example.com
This will give crt and key.