Skip to content

Commit c342fa7

Browse files
committed
Install CA certificates for signing
1 parent d987c16 commit c342fa7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/access-token-management-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ jobs:
5757
fail-on-error: true
5858
fail-on-empty: true
5959

60+
- name: Install Sectigo CodeSiging CA certificates
61+
run: |
62+
sudo apt-get update
63+
sudo apt-get install -y ca-certificates
64+
sudo cp build/SectigoPublicCodeSigningCAR36.crt /usr/local/share/ca-certificates/
65+
sudo update-ca-certificates
66+
openssl x509 -in /usr/local/share/ca-certificates/SectigoPublicCodeSigningCAR36.crt -text -noout
67+
6068
- name: Sign
6169
if: (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/'))
6270
env:

0 commit comments

Comments
 (0)