[Q&A] In what cases certutil is called? #392
Answered
by
g-bougard
m-pastuszek
asked this question in
Q&A
-
Documentation & bug reporting acknowledgmentYes, I read it Describe your problemI have a problem with some part of endpoints. How can I get rid of it? Command example: |
Beta Was this translation helpful? Give feedback.
Answered by
g-bougard
May 15, 2023
Replies: 1 comment 5 replies
-
Hi @m-pastuszek this is used to permit people to store and deploy the GLPI server SSL certificate from the system keystore. You should be able to get rid of this feature by setting |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You only need to set
ca-cert-dir
if it's a problem to use local store (as your AV seems complains about that). Maybe I miss understood your question: if you better wanted to know how to publish you private CA into the keystore so it used by GLPI-Agent, then you should know GLPI-Agent 1.4 only looks into few places. You may try GLPI-Agent nightly build as it looks in other commonly used keystore.But if you really want to use a private CA and don't want your AV to complain: or you put GLPI-Agent in a whitelist in your AV so it won't complain anymore, or you need to use
ca-cert-file
orca-cert-dir
option.