Add PythonAnywhere to hosting providers list#858
Add PythonAnywhere to hosting providers list#858filiplajszczak wants to merge 1 commit intocertbot:masterfrom
Conversation
| "announcement": "https://blog.pythonanywhere.com/173/", | ||
| "plan": "", | ||
| "reviewed": "2026.03.04", | ||
| "note": "Free SSL certificate for all hosted web apps." |
There was a problem hiding this comment.
| "note": "Free SSL certificate for all hosted web apps." | |
| "note": "Full HTTPS support is available for non-custom domains." |
https://github.com/certbot/website/blob/master/README.md
the note field is good for things like noting which products have https, or that the site is available only in certain languages. it's not meant to advertise the hosting provider's site/offerings.
| "link": "https://www.pythonanywhere.com", | ||
| "category": "full", | ||
| "tutorial": "https://help.pythonanywhere.com/pages/HTTPSSetup", | ||
| "announcement": "https://blog.pythonanywhere.com/173/", |
There was a problem hiding this comment.
| "announcement": "https://blog.pythonanywhere.com/173/", | |
| "announcement": "", |
only one of tutorial, announcement, plan will show up, in that order.
| { | ||
| "name": "PythonAnywhere", | ||
| "link": "https://www.pythonanywhere.com", | ||
| "category": "full", |
There was a problem hiding this comment.
| "category": "full", | |
| "category": "partial", |
Partial HTTPS supportPartial HTTPS Support: Hosting providers that offer free Let’s Encrypt HTTPS certificates for their shared hosting product, but require configuration. You’ll need to follow a tutorial.
https://certbot.eff.org/hosting_providers/
If you would like this to say full, the hosting provider should also automatically get certificates for custom domains.
"Auto-renewed Let's Encrypt certificate" would need to be the default action here, and the user would not to do any additional steps.
No description provided.