Skip to content

Commit

Permalink
fix: replaced keyword spaces with hyphens and lowercase letters only
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Mar 18, 2024
1 parent e59bc89 commit 0430ae6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "1.1.3",
"description": "A dynamic SSL certificate management and generation tool for proxies like NGINX, with a fallback to Node.js SSL termination. It seamlessly integrates HTTP, HTTPS, and ACME protocols to ensure secure, encrypted connections.",
"keywords": [
"SSL certificate management",
"NGINX",
"Node.js SSL termination",
"HTTPS",
"ACME protocol",
"secure connections",
"ssl-certificate-management",
"nginx",
"nodejs-ssl-termination",
"https",
"acme-protocol",
"secure-connections",
"encryption",
"dynamic SSL generation",
"proxy security",
"web security"
],
"dynamic-ssl-generation",
"proxy-security",
"web-security"
],
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 0430ae6

Please sign in to comment.