> 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.md).

# 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 %}
