Staging Environment Support
When you are succesfully registered in Peeringhub portal ( http://portal.peeringhub.io ), your OCN will be added to our stagging environment.
You will be able to test the full ACME functionalities using RESTful API via the stagging URL:
Editing ACME-Client.conf
To use Peeringhub's Staging ACME environment, you need to modify your ACME-client.conf as follows:
#
# 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
Last updated