Changeset 6830 for sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/lets-encrypt-helper.php
- Timestamp:
- 03/05/2018 09:22:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/lets-encrypt-helper.php
r6829 r6830 46 46 } 47 47 48 /*49 * Only request high-priority certificates right now.50 *51 * We're hitting LE API limits, and many certificates are failling to renew. The entire script is52 * short-circuited when Acme throws an exception, so let's just get some high priority certs issued53 * while we work on fixing the larger issue.54 *55 * Focusing on a small number of certs in the short term should also give us some breathing room on56 * the limits.57 *58 * @todo OMGWTFBBQ59 */60 return array(61 '2018.guadalajara.wordcamp.org',62 '2018.fayetteville.wordcamp.org',63 '2018.ottawa.wordcamp.org'64 );65 66 67 48 $domains = array(); 68 49 $blogs = $wpdb->get_results( "
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)