This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
пакет_openssl [2025/11/01 10:23] val [Проверка соответствия ключа и сертификата] |
пакет_openssl [2025/11/06 09:26] (current) val [Просмотр содержимого файла сертификата] |
||
|---|---|---|---|
| Line 116: | Line 116: | ||
| $ cat ~/.kube/config | grep client-certificate-data | cut -f2 -d : | tr -d ' ' | base64 -d | openssl x509 -text -out - | $ cat ~/.kube/config | grep client-certificate-data | cut -f2 -d : | tr -d ' ' | base64 -d | openssl x509 -text -out - | ||
| + | |||
| + | </code><code> | ||
| + | ... | ||
| + | Issuer: ... | ||
| + | ... | ||
| + | Subject: ... | ||
| + | ... | ||
| </code> | </code> | ||