feat: Add basic support for running OpenSSL CLI #4

Merged
MarkL4YG merged 11 commits from feat/create-openssl-certs into main 2024-11-17 19:52:16 +00:00
Showing only changes of commit c1ce15c173 - Show all commits

1
.gitattributes vendored
View file

@ -1,3 +1,4 @@
/gradlew text eol=lf /gradlew text eol=lf
*.bat text eol=crlf *.bat text eol=crlf
*.jar binary *.jar binary
*.java text eol=lf