@cocreate/server
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -0,1 +1,8 @@ | ||
## [1.1.4](https://github.com/CoCreate-app/CoCreate-server/compare/v1.1.3...v1.1.4) (2024-03-18) | ||
### Bug Fixes | ||
* replaced keyword spaces with hyphens and lowercase letters only ([0430ae6](https://github.com/CoCreate-app/CoCreate-server/commit/0430ae6a5deb4afa5affda493dac0abc1e23e807)) | ||
## [1.1.3](https://github.com/CoCreate-app/CoCreate-server/compare/v1.1.2...v1.1.3) (2024-03-18) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/server", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"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" | ||
], | ||
@@ -17,0 +17,0 @@ "publishConfig": { |
72329