Skip to content

Commit 624da4c

Browse files
committed
simple-open-ssl
1 parent 51bdf2c commit 624da4c

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ import { runCommandSync } from 'simple-open-ssl';
1010
const standardOutput = runCommandSync(`x509 -in certificate.pem -enddate -noout`);
1111
```
1212

13+
Windows:
14+
15+
```
16+
Uses included packaged version
17+
OpenSSL 3.2.3 3 Sep 2024 (Library: OpenSSL 3.2.3 3 Sep 2024)
18+
```
19+
20+
Linux/Other:
21+
```
22+
Uses local version which should be preinstalled
23+
manual install required if its not
24+
Debian: sudo apt install openssl
25+
RHEL: sudo yum install openssl
26+
MacOS: brew install openssl
27+
```
28+
1329
---------------------
1430

1531
### runCommandSync

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-open-ssl",
33
"author": "FirstTimeEZ",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"description": "Execute OpenSSL commands directly from JavaScript. Provides a simple, cross-platform interface for cryptographic operations, certificate management, and security tasks.",
66
"main": "open-ssl.js",
77
"type": "module",

0 commit comments

Comments
 (0)