Reading out certificate authority

Hi.
I need to be able to read the certificate authority for an existing router RUT 241.
Is this possible? If so, where or how can I see this?

Thanks for your feedback

Hi,

At least on latest firmware certificates directly uploaded to config can be seen in /etc/vuci-uploads/. Files there have prefixes so it will not be just ca.crt.

Using console you can check detailed certificate info using openssl e.g: openssl x509 -in /etc/vuci-uploads/cbid.wireless.default_radio1.ca.crt -text -noout (just change file name)

This topic was automatically closed after 60 days. New replies are no longer allowed.