mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-10 06:11:33 +00:00
adding certs folder
This commit is contained in:
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@@ -66,6 +66,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir -p ./wlan-pki/testCA/private
|
||||
mkdir -p ./wlan-pki/generated
|
||||
echo "${{ env.CACERT }}" | base64 -d > ./wlan-pki/testCA/cacert.pem
|
||||
echo "${{ env.CAKEY }}" | base64 -d > ./wlan-pki/testCA/private/cakey.pem
|
||||
./wlan-pki/generate_all.sh true
|
||||
|
||||
Reference in New Issue
Block a user