@cocreate/acme 1.2.5 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +9 -3
- package/package.json +9 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.2.6](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.2.5...v1.2.6) (2024-03-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* descriptions ([9077e05](https://github.com/CoCreate-app/CoCreate-acme/commit/9077e05c7de4cef797c6287bd7056f2b3abf6093))
|
|
7
|
+
|
|
1
8
|
## [1.2.5](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.2.4...v1.2.5) (2024-02-05)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
# CoCreate-acme
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
CoCreate-acme offers a powerful and dynamic SSL certificate management solution, leveraging the ACME protocol to automate the creation, renewal, and retrieval of certificates. Designed for distributed applications, it not only simplifies certificate management but also provides direct API access within your application, enabling real-time certificate operations without manual intervention.
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|

|
|
7
7
|

|
|
8
|
-

|
|
9
|
+

|
|
10
10
|

|
|
11
11
|
|
|
12
|
+
## Key Features
|
|
13
|
+
|
|
14
|
+
- **Automated Certificate Lifecycle Management**: Utilizes the ACME protocol for hassle-free creation, renewal, and retrieval of SSL certificates, minimizing manual efforts.
|
|
15
|
+
- **Direct API Access within Applications**: Seamlessly integrates with your application, providing an accessible API for on-the-fly certificate management, ideal for dynamic and distributed environments.
|
|
16
|
+
- **Scalable for Distributed Applications**: Engineered to support the unique needs of distributed applications, ensuring secure, scalable certificate provisioning.
|
|
17
|
+
|
|
12
18
|

|
|
13
19
|
|
|
14
20
|
## [Docs & Demo](https://cocreate.app/docs/acme)
|
package/package.json
CHANGED
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/acme",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.2.6",
|
|
4
|
+
"description": "Dynamic SSL certificate management leveraging the ACME protocol, designed for direct API accessibility within applications. Automates certificate creation, renewal, and retrieval, ideal for distributed applications requiring real-time, secure certificate operations.",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"
|
|
6
|
+
"ACME",
|
|
7
|
+
"SSL",
|
|
8
|
+
"certificates",
|
|
9
|
+
"automation",
|
|
10
|
+
"API",
|
|
11
|
+
"distributed applications",
|
|
12
|
+
"security",
|
|
7
13
|
"cocreate",
|
|
8
14
|
"low-code-framework",
|
|
9
|
-
"no-code-framework",
|
|
10
|
-
"cocreatejs",
|
|
11
|
-
"cocreatejs-component",
|
|
12
15
|
"cocreate-framework",
|
|
13
|
-
"no-code",
|
|
14
16
|
"low-code",
|
|
15
|
-
"collaborative-framework",
|
|
16
|
-
"realtime",
|
|
17
|
-
"realtime-framework",
|
|
18
|
-
"collaboration",
|
|
19
|
-
"shared-editing",
|
|
20
|
-
"html5-framework",
|
|
21
17
|
"javascript-framework"
|
|
22
18
|
],
|
|
23
19
|
"publishConfig": {
|