Earlier quoted context omitted.
Some shared hosting like Bluehost now provide LetsEncrypt by default for all their sites with auto-renewal (But I don't recommend Bluehost shared plans for anything even closer to serious hobby due to absurd downtimes like most other shared hosting). I used manual renewal for LetsEncrypt for about 4 websites on other shared hosts & renewing them every 3 months was a pain; had to keep reminders and schedules just not…
Another option is using a Web Server/Reverse Proxy that supports Let's Encrypt automatically, like Caddy [1]. I believe Apache HTTPD has partial support [2], too. [1] https://caddyserver.com [2] https://httpd.apache.org/docs/2.4/mod/mod_md.html
All extensions disabled due to expiration of intermediate signing cert
231–240 of 955 posts
Re: All extensions disabled due to expiration of intermediate signing cert
#232To re-enable all disabled non-system addons you can do the following. I am not responsible if this fucks up your install: Open the browser console by hitting ctrl-shift-j Copy and paste the following code, hit enter. Until mozilla fixes the problem you will need to redo this once every 24 hours: // Re-enable *all* extensions async function set_addons_as_signed() { Components.utils.import("resource://gre/modules/addon…
Re: All extensions disabled due to expiration of intermediate signing cert
#233Re: All extensions disabled due to expiration of intermediate signing cert
#234Re: All extensions disabled due to expiration of intermediate signing cert
#235https://community.letsencrypt.org/t/pip-error-with-certbot-a...
I wonder if this bit Mozilla and caused this issue.
Re: All extensions disabled due to expiration of intermediate signing cert
#236To re-enable all disabled non-system addons you can do the following. I am not responsible if this fucks up your install: Open the browser console by hitting ctrl-shift-j Copy and paste the following code, hit enter. Until mozilla fixes the problem you will need to redo this once every 24 hours: // Re-enable *all* extensions async function set_addons_as_signed() { Components.utils.import("resource://gre/modules/addon…
I just set xpinstall.signatures.required to True in about:config and that fixed it after a restart.
Re: All extensions disabled due to expiration of intermediate signing cert
#237Earlier quoted context omitted.
"...how does an organization ensure the task still gets done?" With something almost stupidly simple and low-tech: checklists. (I'm reading "The Checklist Manifesto" right now, and the points it makes seem to fit perfectly with everything you mention.)
An year is enough time for everybody that knows about the checklist to leave.
Re: All extensions disabled due to expiration of intermediate signing cert
#238To re-enable all disabled non-system addons you can do the following. I am not responsible if this fucks up your install: Open the browser console by hitting ctrl-shift-j Copy and paste the following code, hit enter. Until mozilla fixes the problem you will need to redo this once every 24 hours: // Re-enable *all* extensions async function set_addons_as_signed() { Components.utils.import("resource://gre/modules/addon…
I just set xpinstall.signatures.required to True in about:config and that fixed it after a restart.
Re: All extensions disabled due to expiration of intermediate signing cert
#239To re-enable all disabled non-system addons you can do the following. I am not responsible if this fucks up your install: Open the browser console by hitting ctrl-shift-j Copy and paste the following code, hit enter. Until mozilla fixes the problem you will need to redo this once every 24 hours: // Re-enable *all* extensions async function set_addons_as_signed() { Components.utils.import("resource://gre/modules/addon…
I just set xpinstall.signatures.required to True in about:config and that fixed it after a restart.
Re: All extensions disabled due to expiration of intermediate signing cert
#240This is why users need to be in control of their own computers. Why can't I tell my copy of Firefox to ignore the certificate? Why can't I sign my own extensions? Mistakes happen, it's okay. But users should be empowered to work around them.