... | ... |
@@ -60,8 +60,10 @@ function pem_show_properties { |
60 | 60 |
|
61 | 61 |
echo 'Properties:' |
62 | 62 |
{ |
63 |
- x509_prop "${pem}" -ext subjectKeyIdentifier -serial |
|
64 |
- x509_prop "${pem}" -subject -ext subjectAltName -dates -fingerprint |
|
63 |
+ x509_prop "${pem}" -ext subjectKeyIdentifier |
|
64 |
+ x509_prop "${pem}" -serial -subject |
|
65 |
+ x509_prop "${pem}" -ext subjectAltName |
|
66 |
+ x509_prop "${pem}" -dates -fingerprint |
|
65 | 67 |
} | indent |
66 | 68 |
} |
67 | 69 |
|