Is there a way to view my account usage statistics?

Hi,

Is there a way for us to monitor things like:

  1. how many certificates were issued to our account?
  2. failure counts?
  3. host names on certificates requested?

etc.

The idea is that we'd like to monitor our setup and be able to watch trends and setup alarms.

Thanks.

1 Like

If there is only a single setup, you can monitor these stats yourself perfectly of course. I don't think the ACME protocol has such features I'm afraid. You can check for yourself in RFC 8555.

3 Likes

Welcome to the Let's Encrypt Community, Amos :slightly_smiling_face:

A reasonable question. Not that I know of, but let me ask.

@JamesLE

I figure you probably know the answer to amossc's question directly.

jple responded below.

Thanks for your response.

By "If there is only a single setup", do you mean to ask "if the certificates are only managed from a single place in the code"?

They currently are, but as we grow we expect to possibly have multiple build pipelines and other processes managing different certificates under the same account (since, as far as I understand, Let's Encrypt's server counts limits per registered domain). I could probably create my own logging and tracking database but I'd like to avoid such a large task if possible (no enough resources).

EDIT: Just and update - a quick look at RFC 8555 seems to support your thinking that the protocol doesn't support such an action.

Next question is - does Let's Encrypt provide extra API (or any interface, even a GUI portal) on top of the RFC or do they strictly stick with the RFC 8555 protocol?

2 Likes

Hi @amossc,

We do not have an API call by which you can check your account usage. Doing something like using a proxy or setting up monitoring server-side is the best way to accomplish this.

If at some point we do decide to implement something by which you can check your usage/where you are in relation to a Let's Encrypt rate limit, we will likely post it both here on the forum and on our upcoming features page: Upcoming Features - Let's Encrypt - Free SSL/TLS Certificates

Thanks for your post and for using Let's Encrypt!

Best,
JP

4 Likes

Thanks for your response.

I thought briefly about having a proxy but:

  1. The proxy will become another target on our attack surface.
  2. Yet another thing to maintain.

I'll look out for announcements as they come out.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.