Configuring ACME Client
You can use the Peeringhub's ACME client in Peeringhub's Staging ACME server as well.
The same client software can be downloaded from:
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
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.
Last updated