How to check letsencrypt is domain in staging or production

I wanted to know whether my domain uses staging or production letsencrypt ?
is there any tool to check?
I am using centos7 and ngnx.

Also is there way to check rate limit ?

Thank you

1 Like

Hi @codetestmg

check the certificate. If it is "Fake", then you use the staging system.

But I don't hope you have installed a test certificate.

Use your protocol. Or create one. Or - slow - CT-log searches.

1 Like

Also, your ACME client's settings, input and output likely show what's going on.

There isn't like an API for it. You'd have to examine your ACME client's logs. You can also infer some of the rate limit data from the public Certificate Transparency logs. Let's Debug has a tool to help do that, for example.


Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is:

I ran this command:

It produced this output:

My web server is (include version):

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don't know):

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):

2 Likes

Thank you for the response

thanks a lot. https://tools.letsdebug.net/cert-search this link helped a lot.

It shows

50 Certificates per Registered Domain per week | OK (0 / 50 this week.)

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