Update docker entry
Docker Build and Release Upload / build (push) Successful in 1m26s

This commit is contained in:
2025-07-26 12:10:45 -07:00
parent 478ce2f592
commit 0a9ee122e7
4 changed files with 19 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
openssl genrsa -out private_key.pem 2048
openssl rsa -in private_key.pem -pubout -out public_key.pem