SSL certificate import to IIS “Specified logon session does not exist”
Have been struggling a bit to import a SSL certificate generated by certbot (Let’s Encrypt) on an IIS server. Reproduction of error 1. Create SSL certificate with certbot using command:certbot -d domain.com -d www.domain.com –manual –preferred-challenges dns certonly 2. Certificates…