CoNext-Computer / CoNext-Computer/CoBot

Sécurisation de l'inventaire

Đang mở
#11 2 bình luận 0 reaction 2 người được giao Được @AntoninGP nhận Xem trên GitHub
enhancement good first issue
Ngôn ngữ chính
Shell
Star
2
Fork
2
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Il faudrait compléter le couple utilisateur/mot de passe du serveur Apache avec la gestion de certificats, afin de sécuriser la remontée des inventaires vers le serveur.

**user**

_Specifies the user to use for HTTP authentication on the server._

**password**

_Specifies the password to use for HTTP authentication on the server._

**ca-cert-dir**

_Specifies the directory containing indexed Certification Authority (CA) certificates.

This directory must contain the certificate files corresponding to different certificate authorities in Privacy Enhanced Mail (PEM) format. The file name of each certificate file must match the hash value of the certificate's subject field and use the .0 extension.

You can obtain the hash value of the certificate's subject field and copy the CA.crt certificate to the expected place following this snippet:

$ CA_CERT_DIR=/etc/glpi-agent/ca-cert-dir
$ openssl x509 -in CA.crt -subject_hash -noout
b760f1ce
* cp -a CA.crt $CA_CERT_DIR/b760f1ce.0_

**ca-cert-file**

_Specifies the file containing aggregated Certification Authority (CA) certificates._

**ssl-cert-file**

_Specifies the file containing SSL client certificate to use when connecting to server target or for WinRM remote inventory._

**ssl-fingerprint (Available since GLPI Agent v1.3)**

_Specifies the fingerprint of the ssl server certificate to trust.

The fingerprint to use can be retrieved in agent log by temporarily enabling no-ssl-check option._

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.