mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #286] Azure DevOps Pipelines: Installing local CA via PowerShell hangs #185
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#185
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fenton-nick on GitHub (Aug 24, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/286
I've installed mkcert in an Azure Pipeline windows VM via Chocolatey. However, installing the local CA via PowerShell hangs. I can't find anything significant in the logs for this pipeline task. I have to manually cancel the run after about 5 minutes.
@fenton-nick commented on GitHub (Aug 24, 2020):
Could this be caused by the security warning the pops up when installing a cert for the CA? If so, I'm not sure how this could be avoided.
@fenton-nick commented on GitHub (Aug 25, 2020):
Unfortunately, I had to go with a pure PowerShell (New-SelfsignedCertificate) approach in order to make integration tests run in a Windows based CI vm.
@FiloSottile commented on GitHub (Oct 25, 2020):
Yeah, I don't know of any way to avoid the warning when running
-install. Does your PowerShell approach install a system root or just generate a certificate? If the latter, you can just skip-installand use mkcert. If the former, I am curious how it bypasses the dialog.@fenton-nick commented on GitHub (Nov 10, 2020):
It does install a Root CA certificate.
@kaylumah commented on GitHub (Aug 26, 2022):
@fenton-nick can you share your script?
sudorequirement #411