Skip to content

Commit

Permalink
mod: url
Browse files Browse the repository at this point in the history
  • Loading branch information
joeloewi7178 committed Jan 17, 2024
1 parent d8ddcdf commit d1fdc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extract-ssl-certificate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: stat ./app/src/main/res/raw/hoyolab_ca.der

- name: Extract ssl certificate from hoyolab.com and replace
run: openssl s_client -showcerts -connect server.edu:443 </dev/null 2>/dev/null|openssl x509 -outform DER >./app/src/main/res/raw/hoyolab_ca.der
run: openssl s_client -showcerts -connect www.hoyolab.com:443 </dev/null 2>/dev/null|openssl x509 -outform DER >./app/src/main/res/raw/hoyolab_ca.der

- name: After replace ssl certificate from hoyolab.com
run: stat ./app/src/main/res/raw/hoyolab_ca.der
Expand Down

0 comments on commit d1fdc4b

Please sign in to comment.