forked from wolfSSL/wolfssl
-
Notifications
You must be signed in to change notification settings - Fork 1
32 lines (27 loc) · 900 Bytes
/
Copy pathcheck-cert-chains.yml
File metadata and controls
32 lines (27 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Check certificate chains
# START OF COMMON SECTION
on:
push:
branches: [ 'release/**' ]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [ '*' ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# END OF COMMON SECTION
jobs:
check-cert-chains:
name: check-cert-chains
if: ${{ (github.repository_owner == 'wolfssl') && (github.event_name != 'pull_request' || github.event.pull_request.draft == false) }}
runs-on: ubuntu-24.04
# A quick openssl-only check; no wolfSSL build required.
timeout-minutes: 3
steps:
- uses: actions/checkout@v5
name: Checkout wolfSSL
- name: Report openssl version
run: openssl version
- name: Verify committed leaf certificates chain to their CA
working-directory: certs
run: ./check_cert_chains.sh