1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Centos7 の ルート証明書インストール方法(Cybertrust)

Posted at

証明書取得方法

su -
cd /etc/pki/ca-trust/source/anchors

wget https://www.cybertrust.co.jp/sureserver/download-ca/ovg4.txt
wget https://www.cybertrust.co.jp/sureserver/download-ca/scrca2.txt

証明書インストール方法

yum install ca-certificates
update-ca-trust enable
update-ca-trust extract

証明書確認方法

trust list | grep Security
       label: Security Communication RootCA2

trust list | grep Cybertrust
   label: Cybertrust Japan SureServer CA G4
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?