Check if you are enabled for PagoPA UAT environment
Last updated
Last updated
Make sure to have the latest version downloaded.
download zip
decompress it
move to CSTAR-CLI directory
The first step checks the validity of the client certificate, with a call to a dedicated using your certificate and your private key.
From the cstar-cli project root run the script with the following command:
Note that you have to specify the path to your certificate and to the private key as arguments.
The script will print the result, the correct value is 200 .
Example of expected result:
From the cstar-cli project root run the script with the following command:
Note that you have to specify the path to your certificate, the path to the private key and the API key as arguments.
The script will print the result, the correct value is 200 .
Example of expected result:
The second step checks the validity of the API Key, with a call to a dedicated using your certificate, your private key and the UAT API Key.