mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-12-28 00:15:18 +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