@peculiar/acme-protocol
Advanced tools
Comparing version 1.6.0 to 1.8.0
@@ -109,4 +109,7 @@ import { Identifier } from "./identifier"; | ||
export interface FinalizeParams { | ||
/** | ||
* Base64URL encoded PKCS10 certificate request | ||
*/ | ||
csr: string; | ||
endpoint?: string; | ||
} |
{ | ||
"name": "@peculiar/acme-protocol", | ||
"version": "1.6.0", | ||
"version": "1.8.0", | ||
"description": "Protocol objects forAutomatic Certificate Management Environment (ACME) implementing RFC 8555 framework", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"homepage": "https://github.com/PeculiarVentures/acme-ts#readme", | ||
"gitHead": "1ea6e6e00efe5fe800d9b41671c111daa1012b5d" | ||
"gitHead": "6b7ef607e077ae32d16c77b7a400a0d26b0dce52" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50445
473