Testing acme stage

Is there any acme testing for non standard tls just for testing on CI/CD for just for follow acme hooks and etc.

I want to configure our dns servers and want to add acme as SSL generator base on wildcard test and i dont wanna request acctually the letsencrypt production stage.
I just wanno to get random key from acme client and add record to dns server and test rest of app.

Is there any solution for it? how can i have test env for acme client.
Do i require actually valid domain or somthikg like mydomin.sampltld will work?

1 Like

Not quite sure what you mean. There is a staging endpoint for testing

1 Like

If the client you want to test is an ACME v2 / RFC 8555 client you can use Pebble to run your own small test ACME server. It should give you what you want: a near-complete test environment for end to end certificate issuance with ACME.

Hope that helps!

1 Like

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