@jsenv/https-local 3.1.0 → 3.1.1
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/package.json
CHANGED
|
@@ -46,7 +46,9 @@ export const requestCertificate = ({
|
|
|
46
46
|
} = getAuthorityFileInfos();
|
|
47
47
|
if (!rootCertificateFileInfo.exists) {
|
|
48
48
|
throw new Error(
|
|
49
|
-
`Certificate authority not found, "installCertificateAuthority" must be called before "requestServerCertificate"
|
|
49
|
+
`Certificate authority not found, "installCertificateAuthority" must be called before "requestServerCertificate".
|
|
50
|
+
--- Suggested command to run ---
|
|
51
|
+
npx @jsenv/https-local install --trust`,
|
|
50
52
|
);
|
|
51
53
|
}
|
|
52
54
|
if (!rootCertificatePrivateKeyFileInfo.exists) {
|