Azure のX509証明書の中身を見てみたくなったのでやり方を残します。
# デコードします。
$ echo "<client-certificate-dataに記載された文字列>" | base64 -d > test.pem
# x509証明書の内容を確認します。
$ openssl x509 -text -noout -in test.pem
We'll deliver articles that match you.
You can read useful information later.
Go to list of users who liked
More than 1 year has passed since last update.
Azure のX509証明書の中身を見てみたくなったのでやり方を残します。
# デコードします。
$ echo "<client-certificate-dataに記載された文字列>" | base64 -d > test.pem
# x509証明書の内容を確認します。
$ openssl x509 -text -noout -in test.pem
Register as a new user and use Qiita more conveniently
Go to list of users who liked