回答編集履歴

1

コマンドを修正

2017/12/21 11:46

投稿

nullpon
nullpon

スコア5737

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  ```bash
6
6
 
7
- $ openssl x509 -text -noout -in <(cat <結合証明書>|sed -n -e'1d' -e'/BEGIN/,$p')
7
+ $ cat <結合証明書>|sed -n -e'1d' -e'/BEGIN/,$p'|openssl x509 -text -noout
8
8
 
9
9
  ```