File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : PKI NSS CLI with HSM
1+ name : PKI NSS CLI with SoftHSM
22
33on : workflow_call
44
3131 --hostname=pki.example.com \
3232 pki
3333
34- - name : Create HSM token
34+ - name : Create SoftHSM token
3535 run : |
3636 docker exec pki dnf install -y softhsm opendnssec
3737
@@ -568,5 +568,5 @@ jobs:
568568
569569 diff expected stderr
570570
571- - name : Remove HSM token
571+ - name : Remove SoftHSM token
572572 run : docker exec pki softhsm2-util --delete-token --token HSM
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 needs : build
3434 uses : ./.github/workflows/pki-nss-aes-test.yml
3535
36- pki-nss-hsm -test :
37- name : PKI NSS CLI with HSM
36+ pki-nss-softhsm -test :
37+ name : PKI NSS CLI with SoftHSM
3838 needs : build
39- uses : ./.github/workflows/pki-nss-hsm -test.yml
39+ uses : ./.github/workflows/pki-nss-softhsm -test.yml
4040
4141 pki-nss-exts-test :
4242 name : PKI NSS CLI with Extensions
You can’t perform that action at this time.
0 commit comments