Create a cert using the dns challenge # use dns challenge to create cert sudo certbot certonly -d test.toggen.com.au --manual --preferred-challenges dns # chane to the location of the created certs cd /etc/letsencrypt/live/test.toggen.com.au # convert to pfx openssl...