Giter Site home page Giter Site logo

rscp's Introduction

  • 👋 Hi, I’m @bitcapybara
  • 👀 I’m interested in rust, linux
  • 🌱 I’m currently learning rust, linux

rscp's People

Contributors

bitcapybara avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

rscp's Issues

find ca files in default dirs

CA 证书文件通常存放在以下目录下:

  • /etc/ssl/certs: 这是最常见的目录,用于存放系统信任的 CA 证书。许多软件如 curl、wget 等默认使用此目录下的 CA 证书。
  • /usr/local/share/certs: 也用于存放 CA 证书,有些软件如 Java 默认使用此目录。
  • /etc/pki/tls/certs: RedHat 系的 Linux 发行版常用此目录存放 CA 证书。
  • /Library/Keychains/System.keychain: 在 Mac OS X 系统中,系统的 CA 证书存储在此处。
  • 更多:某些软件还会在自己的目录下维护一套 CA 证书,如 Mozilla 在自己的安装目录维护了一套 CA 证书。
    所以总体来说,CA 证书主要存放在系统信任的证书目录下,以及某些软件自身维护的证书目录下。最常见和推荐的目录是 /etc/ssl/certs 目录。

这些目录下通常包含以下类型的 CA 证书文件:

  • pem: Privacy Enhanced Mail 的缩写,是 Base64 编码的 DER 证书,以 .pem 作为扩展名。这是最常见的证书文件格式。
  • crt: 也是 Base64 编码的 DER 证书,以 .crt 作为扩展名,常见于 Windows 系统。
  • der: 二进制的 DER 编码证书,扩展名为 .der。
  • etc.
    所以一般来说,要查看主机上的 CA 证书,可以查看 /etc/ssl/certs 目录下的 .pem 或 .crt 文件。

multi source/target path

one source and multiple target

Copy the files into all target directories individually

multiple source and one target

Copy all files into the target directory

multiple source and multiple target

One-to-one correspondence between source and target, and the numbers must be equal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.