question

SatheeshP avatar image
SatheeshP asked Gavin answered

how to convert the .crt file format to .pac file format for 802.1x testing ?

Customer wants to use their radius certificate (.crt) file to our spirent for 802.1x testing but our Spirent will support .pac format and its not allowing the customer to download their .crt file . Please let us know how to convert the .crt file format to .pac file format for 802.1x testing ?

Spirent TestCenter (STC)802.1x
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Gavin avatar image
Gavin answered

I guess you were going to convert .crt to .pem which is supported by Spirent TestCenter.

From what I understand there is not a way to convert a .crt to .pac (just .pem).

You can try:

openssl x509 -in mycert.crt -out mycert.pem -outform PEM

10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.