Closed IntoTheNature closed 4 years ago
Hello, @IntoTheNature
You can easily install Go Daddy Root Certificate Authority - G2
root ca at runtime. All certificates are available at - https://ssl-ccp.godaddy.com/repository/?origin=CALLISTO.
jobs:
build:
runs-on: [windows-latest]
steps:
- name: Path
run: |
Invoke-WebRequest https://ssl-ccp.godaddy.com/repository/gdroot-g2.crt -OutFile gdroot-g2.crt
Import-Certificate -FilePath gdroot-g2.crt -CertStoreLocation Cert:\LocalMachine\Root
shell: powershell
oh, for some reason I was sure that this wasn't possible due to security concerns. Thanks @al-cheb
@IntoTheNature Could we close the issue ?
Hi Guys,
In latest versions of "windows-latest" my code signing job started to fail. I figured that the number of ROOT Certificates has become rather small:
My codesigning cert is issued by godaddy and has this root cert: Go Daddy Root Certificate Authority - G2 ( 47beabc922eae80e78783462a79f45c254fde68b )
What was the reason of removing one of go daddy's root certs?