Comment on page
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:
To use Peeringhub's Staging ACME environment, you need to modify your ACME-client.conf as follows:
1
#
2
# Test ACME client configuration
3
#
4
5
# ACME server URL
6
server_url https://stica-dev.peeringhub.io/acme
7
8
# Public key ID
9
kid <your_orig_name>
10
11
#
12
# Iconectiv configuration
13
#
14
pa_user_id <your iconnectiv staging user>
15
pa_password <your iconnectiv staging password>
16
pa_staging true
17
pa_trace false
18
# EOF
19
20
21
Last modified 1yr ago