LoginSignup
1
2

More than 5 years have passed since last update.

RHEL7 ルートCA証明書インストール方法

Last updated at Posted at 2019-04-02

1. 証明書を配置

配置場所
# cd /etc/pki/ca-trust/source/anchors
# wget https://---/xxxx.cert

2. インストール

実行コマンド
# update-ca-trust extract

3. 確認

インストール先
# view /etc/pki/tls/certs/ca-bundle.crt
1
2
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
2