utilitas 1992.4.26 → 1992.4.28

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/README.md CHANGED
@@ -223,6 +223,17 @@ Works in Node.js and modern browsers.
223
223
  | stt | AsyncFunction | audio, options |
224
224
  | tts | AsyncFunction | text, options |
225
225
 
226
+ ### [ssl](./lib/ssl.mjs)
227
+
228
+ | symbol | type | params / value |
229
+ | :--- | :--- | :--- |
230
+ | _NEED | Array | acme-client |
231
+ | default | AsyncFunction | domain, options |
232
+ | createCsr | AsyncFunction | commonName, forge |
233
+ | ensureCert | AsyncFunction | domain, challengeCreate, challengeRemove, options |
234
+ | getCert | AsyncFunction | |
235
+ | init | AsyncFunction | domain, options |
236
+
226
237
  ### [storage](./lib/storage.mjs)
227
238
 
228
239
  | symbol | type | params / value |