当前位置:网站首页>不同系统添加证书
不同系统添加证书
2022-06-13 07:21:00 【信安成长日记】
Mac OS X
添加证书:
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ~/new-root-certificate.crt
移除证书:
sudo security delete-certificate -c ""Windows
添加证书:
certutil -addstore -f "ROOT" new-root-certificate.crt
移除证书:
certutil -delstore "ROOT" serial-number-hexLinux (Ubuntu, Debian)
添加证书:
1.复制 CA 文件到目录: /usr/local/share/ca-certificates/
2.执行:
sudo cp foo.crt /usr/local/share/ca-certificates/foo.crt
3.更新 CA 证书库:
sudo update-ca-certificates
移除证书:
1.Remove your CA.
2.Update the CA store:
sudo update-ca-certificates --fresh
Restart Kerio Connect to reload the certificates in the 32-bit versions or Debian 7.Linux (CentOs 6)
添加证书:
1.安装 ca-certificates package:
yum install ca-certificates
2.启用dynamic CA configuration feature:
update-ca-trust force-enable
3.Add it as a new file to /etc/pki/ca-trust/source/anchors/:
cp foo.crt /etc/pki/ca-trust/source/anchors/
4.执行:
update-ca-trust extract
Restart Kerio Connect to reload the certificates in the 32-bit version.Linux (CentOs 5)
添加证书:
Append your trusted certificate to file /etc/pki/tls/certs/ca-bundle.crt
cat foo.crt >> /etc/pki/tls/certs/ca-bundle.crt边栏推荐
- RT-Thread 模拟器 simulator LVGL控件:switch 开关按钮控件
- Xuanwu cloud technology passed the listing hearing: the performance fluctuated significantly, and chenyonghui and other three were the controlling shareholders
- redis-1. Install redis with pictures and texts
- Relevant knowledge under WinForm
- About database: pgadmin4 editing SQL window
- 基于ESP32CAM实现WebSocket服务器实时点灯
- C#合并多个richtextbox内容时始终存在换行符的解决方法
- Is it safe for Hangzhou Securities to open an account?
- 通过函数seaborn.cubehelix_palette生成顺序调色板
- 个人js学习笔记
猜你喜欢

Tidb statistics

【ViveFocus使用WaveVR插件获取手柄操作事件】

How to write an amazing design document?

微隔离(MSG)

RT thread simulator lvgl control: button button style

Test development programmers, are you still confused? You can't define yourself as a yard farmer

Tidb index optimization

powerdisgner逆向生成oracle数据模型

全志V3S环境编译开发流程

About database: pgadmin4 editing SQL window
随机推荐
A. Vacations (dp 贪心
nodejs文件模块fs
Br backup test
Evolution in the digital age
Make cer/pfx public and private key certificates and export CFCA application certificates
Through the function seaborn cubehelix_ Palette build order palette
. Net code to implement get request and post request
Interview questions must be asked - Optimization of large table Pagination
B. I hate 1111 (mnemonic search number theory
尝试使用RenderDoc查看UE的Shader代码
Simple understanding of basic language of C language
An example of CSRF attack defense in web application scenarios
Real time lighting of websocket server based on esp32cam
Monotone stack top31 of interview must brush algorithm top101
MySQL query timeout control
First day of learning MySQL Basics
redis-3. Redis list, set, hash, sorted_ set、skiplist
Tikv key performance parameters and optimization
C语言:如何给全局变量起一个别名?
redis-2. Redis string type & bitmap