How to Generate 802.1x pem certs for VIAVI TestCenter
Knowledge Base - FAQ
How to Generate 802.1x pem certs for VIAVI TestCenter
1. Use ACS admin web to generate a certificate request
System Configuration -> Generate Certificate Signing Request,
Certificate subject: CN=acstest
Fill in key and password, and submit.
A pvk file will be created.
On right side pannel, a request will be displayed.
2. Copy all the content of the request,
3. In windows CA webpage (localhost/certsrv),
Request a certificate -> advanced certificate request.
Then choose: Submit a certificate request by using a base-64-encoded CMC or PKCS #10 file, or submit a renewal request by using a base-64-encoded PKCS #7 file.
Paste the request to the request box, set template to user, and Submit.
4. Save the Base64 certificate.
5. Merge the pvk and cert together and save it as a pem file.
See attached Webex recoring as well.