@small-tech/auto-encrypt-localhost
Advanced tools
Comparing version 8.3.1 to 8.3.2
@@ -34,4 +34,8 @@ /** | ||
if (actionTaken === this.CREATED_KEY) { | ||
this.addToTrustStores() | ||
this.addToPersistedTrustStores() | ||
} | ||
// The Node trust store is for this session only so we must add | ||
// the Certificate Authority (CA) to it every time, not just when | ||
// the CA is created like the system and Firefox trust stores. | ||
this.addToNodeTrustStore() | ||
} | ||
@@ -51,4 +55,3 @@ | ||
addToTrustStores () { | ||
this.addToNodeTrustStore() | ||
addToPersistedTrustStores () { | ||
this.addToSystemTrustStore() | ||
@@ -55,0 +58,0 @@ this.addToFirefoxTrustStore() |
{ | ||
"name": "@small-tech/auto-encrypt-localhost", | ||
"version": "8.3.1", | ||
"version": "8.3.2", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=18.2.0" |
60913
936