Skip to content

Commit

Permalink
chore: ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger committed Dec 5, 2024
1 parent 08d1930 commit bc2866c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/script/genkeys
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
openssl genrsa -out private_key.pem 2048
openssl rsa -pubout -in private_key.pem -out public_key.pem

openssl genrsa -out private_key2.pem 2048
openssl rsa -pubout -in private_key2.pem -out public_key2.pem

0 comments on commit bc2866c

Please sign in to comment.