# 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;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.peeringhub.io/guides/staging-environment-support/configuring-acme-client.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
