simple-open-ssl
Version:
Execute OpenSSL commands directly from JavaScript. Provides a simple, cross-platform interface for cryptographic operations, certificate management, and security tasks.
65 lines • 1.37 kB
JSON
{
"name": "simple-open-ssl",
"author": "FirstTimeEZ",
"version": "1.0.7",
"description": "Execute OpenSSL commands directly from JavaScript. Provides a simple, cross-platform interface for cryptographic operations, certificate management, and security tasks.",
"main": "open-ssl.js",
"type": "module",
"keywords": [
"windows",
"linux",
"macOS",
"open",
"openssl",
"command",
"runner",
"execute",
"interop",
"ssl",
"tls",
"security",
"web",
"https",
"api",
"configurable",
"localhost",
"development",
"production",
"certificate",
"renew",
"lets",
"encrypt",
"acme",
"template",
"cryptography",
"secure",
"private-key",
"public-key",
"certificate-authority",
"pki",
"x509",
"symmetric-encryption",
"asymmetric-encryption",
"hashing",
"digital-signature",
"key-management",
"certification",
"trust",
"secure-sockets-layer",
"transport-layer-security",
"self-signed",
"certificate-chain",
"openssl-commands",
"key-store",
"pem",
"der",
"pkcs12",
"tls-termination"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/FirstTimeEZ/simple-open-ssl.git"
},
"homepage": "https://github.com/FirstTimeEZ/server-ssl"
}