Skip to content

Commit

Permalink
Updates workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Oct 6, 2023
1 parent 6859a28 commit 1735377
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/proxy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,12 @@ jobs:
REDIS_IP: 127.0.0.1
run: |
node config/openresty/build-config.js
cat config/openresty/data/openresty.conf
- name: generate self-signed SSL certs
run: |
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout config/openresty/data/selfsigned.key -out config/openresty/data/selfsigned.crt -subj "/C=US/ST=Oregon/L=Portland/O=Company Name/OU=Org/CN=localhost"
- name: run openresty
run: |
sudo openresty -c config/openresty/data/openresty.conf -p config/openresty/data

0 comments on commit 1735377

Please sign in to comment.