Following the steps here: https://help.pythonanywhere.com/pages/LetsEncrypt/
At the step "Install the certificate", and running the command pa_install_webapp_letsencrypt_ssl.py <my_correctly_typed_domain>
And this is what I get.
Traceback (most recent call last):
File "/home/idkfa/.local/bin/pa_install_webapp_letsencrypt_ssl.py", line 71, in <module>
suppress_reload=arguments.get('--suppress-reload')
File "/home/idkfa/.local/bin/pa_install_webapp_letsencrypt_ssl.py", line 41, in main
webapp.set_ssl(certificate, private_key)
File "/home/idkfa/.local/lib/python3.6/site-packages/pythonanywhere/api.py", line 167, in set_ssl
response_text=response.text,
Exception: POST to set SSL details via API failed, got <Response [403]>:{"detail":"You do not have permission to perform this action."}
So close, and yet so far away....
It probably has something to do with the fact that I'm using GoDaddy for a custom domain, but I'm not sure what I need to do differently there.