Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

handling rate limits to get past the 100 domains per csr letsencrypt limit #210

Description

@matiu2

Letsencrypt rate limits allow up to 50 CSRs a week and 100 domains per CSR. (Note that a www.mydomain.com + mydomain.com counts as two certs.)

If plesk has more than 100 domains with letsencrypt, it should break them down into multiple CSRs. Currently it tries to put them all on one cert, and hits the 100 limit, and lets encrypt rejects it.


As a side note, perhaps we could store the lets encrypt rate limits in the extension options, so that if they change, we can notify the extension of the new settings manually.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions