Odpowiedzi:
openssl rsa -in private.key -text -noout
W górnym wierszu wyniku wyświetlany jest rozmiar klucza.
Na przykład:
Private-Key: (2048 bit)
Aby wyświetlić rozmiar klucza z certyfikatu:
$ openssl x509 -in public.pem -text -noout | grep "RSA Public Key"
RSA Public Key: (2048 bit)
| grep "Public-Key"