Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickstart Guide should not create a self-signed certificate if a CertificateThumbprint is passed #281

Open
2 tasks done
JPRuskin opened this issue Nov 8, 2024 · 0 comments

Comments

@JPRuskin
Copy link
Member

JPRuskin commented Nov 8, 2024

Checklist

  • I have verified this is the correct repository for opening this issue.
  • I have verified no other issues exist related to my request.

Is Your Feature Request Related To A Problem? Please describe.

If running QSG, a self-signed certificate is generated during the install of Chocolatey-Management-Service regardless of if a CertificateThumbprint is passed in to the scripts.

Describe The Solution. Why is it needed?

Having an additional (unused) certificate on the system adds confusion and an additional point of failure.

Additional Context

Currently, the code is installing the package the same way but calling Set-CCMCertificate if there's a thumbprint passed. The package creates a certificate if no thumbprint is passed to it. We should pass the thumbprint in to the package.

Related Issues

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant