QA-T142
Post-auth : 21 - Device Portal - Certificate bundle upload
OBJECTIVE
To test the custom CA certificate bunde upload functionality that lets users upload CA certificates to the gateway
critical criteria of test (CCT)
- The certificate bundle is successfully uploaded through the Edge Device's Deviceportal and the certificates are listed on the dashboard page.
PRECONDITION
- Access this site to obtain a certificate: curl --proxy http://10.128.0.52:8080 http://mitm.it/cert/pem > qa-proxy-server-ca-cert.pem
- You are logged into a gateway portal and you are in the dashboard page
___________________________________________________________-
To install Proxy certificate:
Go into System settings on MAC or Windows and turn the Proxy ON (10.128.0.52 with port 8080)
Go to this URL: HTTP://mitm.it and download .pem file for mitm for your operating system
Go to this URL: https://www.itechtics.com/update-root-certificates/ to install file and get it created into a .cer file
Follow the steps below this message to launch the Certificate Management Console
Follow steps to Export certificate (should have a .cer now)
Follow steps to Import certificate
Since I have .cer file, I can now Install it into trustedstore:
Now just turn off the Proxy and turn back On and should have your certificate fineCovers