Skip to content

Commit

Permalink
check cert files status after test creation
Browse files Browse the repository at this point in the history
  • Loading branch information
zostaw committed Dec 2, 2023
1 parent ab1dd6c commit 69bfbba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:

- name: Create certificates
run: |
#openssl req -x509 -newkey rsa:4096 -nodes -out app/cert.pem -keyout app/key.pem -days 1 -subj "/C=PL/ST=State/L=/O=/OU=/CN=localhost"
openssl genrsa -out app/key.pem 4096
openssl req -new -x509 -nodes -days 3600 -key app/key.pem -out app/cert.pem
openssl req -x509 -newkey rsa:4096 -nodes -out app/cert.pem -keyout app/key.pem -days 1 -subj "/C=PL/ST=State/L=Test/O=Test/OU=Test/CN=localhost"
- name: Verify cert files
run: |
Expand Down

0 comments on commit 69bfbba

Please sign in to comment.