Back to Changelog

v1.0.314

Patch Released June 22, 2026

Fixed bulk mail SSL issuance hitting Let's Encrypt new-account rate limit

Improvements

2
  • All certificate flows (website SSL, mail DNS-01, mail HTTP-01, and the certificate handler) now share the panel's single persisted Let's Encrypt account stored at /opt/panelica/var/acme/account.{key,json}. No new account is ever registered per issuance, so the rate limit is never triggered regardless of how many mail certificates are issued.
  • Removed unused internal ACME account types and redundant imports, reducing code surface area.

Bug Fix

1
  • Fixed bulk mail SSL certificate issuance failing with "too many new registrations (10) from this IP in last 3h" rate limit error. Each mail certificate issuance was creating a brand-new ACME account; issuing more than 10 mail certs within 3 hours triggered Let's Encrypt's per-IP new-registration limit.
See the Demo