> For the complete documentation index, see [llms.txt](https://doc.peeringhub.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.peeringhub.io/guides/staging-environment-support/configuring-acme-client.md).

# Configuring ACME Client

You can use the Peeringhub's ACME client in Peeringhub's Staging ACME server as well.&#x20;

The same client software can be downloaded from:

> <https://github.com/peeringhub/RHEL-ACME-Cllient>

The acme\_config needs to be updated to the following:

```
#
# ACME client configuration
#

# ACME server URL
server_url    https://stica-dev.peeringhub.io/acme

# Public key ID
kid        ACME client test EC P-256 key

#
# Iconectiv configuration
#
pa_user_id        login
pa_password        password
pa_staging        true
pa_trace        false

# EOF
```

{% hint style="info" %}
The pa\_staging is set to "false" by default.  If you want to use the ACME client in the staging environment, you must set as "true."
{% endhint %}

The pa\_trace value is optional.  It is "false" by default.  If set to "true", then it will log all the HTTP interaction with iConnectiv.&#x20;

&#x20;
