Categories
certbot letsencrypt OS

Generating a PFX cert with certbot and openssl

That was a long title. Now, down to business. I ran these commands on macOS so they may vary a bit if you’re on another OS. After installing certbot, go ahead and generate a new cert using: certbot certonly –manual –preferred-challenges dns –email administrator@domain.com –domains domain.com This will give you a DNS challenge which basically […]