Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Reorganize instructions on how to use CFSSL

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

CFSSL is CloudFlare's PKI / TLS Switzerland × ×. It is not only a command line tool, but also a HTTP API server for signing, verifying and bundling TLS certificates.

1. Download and install CFSSL (HTTP API tool for signing, verifying, and bundling TLS certificates) (master node)

Wget https://pkg.cfssl.org/R1.2/cfssl-certinfo_linux-amd64

Wget https://pkg.cfssl.org/R1.2/cfssl_linux-amd64

Wget https://pkg.cfssl.org/R1.2/cfssljson_linux-amd64

Mv cfssl-certinfo_linux-amd64 / usr/local/bin/cfssl-certinfo

Mv cfssl_linux-amd64 / usr/local/bin/cfssl

Mv https://pkg.cfssl.org/R1.2/cfssljson_linux-amd64 / usr/local/bin/cfssljson

Chmod + x / usr/local/bin/cfssl / usr/local/bin/cfssl-certinfo / usr/local/bin/cfssljson

2 create CA (Certificate Authority) (master node) mkdir / root/ssl cd / root/ssl cfssl print-defaults config > config.json # default configuration template cfssl print-defaults csr > csr.json # default csr request template # create the following ca-config.json file based on the format of the config.json file # the expiration time is set to 87600h cat > ca-config.json

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report