# Staging Environment Support

When you are succesfully registered in Peeringhub portal ( <http://portal.peeringhub.io> ), your OCN will be added to our stagging environment.&#x20;

You will be able to test the full ACME functionalities using RESTful API via the stagging URL:

> &#x20;[https://stica-dev.peeringhub.io](https://stica-dev.peeringhub.io/)

### Editing ACME-Client.conf

To use Peeringhub's Staging ACME environment, you need to modify your ACME-client.conf as follows:

{% code lineNumbers="true" %}

```
#
# Test ACME client configuration
#

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

# Public key ID
kid		<your_orig_name>

#
# Iconectiv configuration
#
pa_user_id		<your iconnectiv staging user>
pa_password		<your iconnectiv staging password>
pa_staging		true
pa_trace		false
# EOF



```

{% endcode %}


---

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