sf-dkim-tool 1.0.0 → 1.0.2

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
@@ -18,7 +18,7 @@
18
18
  ## Quick Start
19
19
 
20
20
  ```bash
21
- npm install -g sf-dkim
21
+ npm install -g sf-dkim-tool
22
22
  ```
23
23
 
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sf-dkim-tool",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Salesforce DKIM Setup Wizard — CLI + Web UI",
5
5
  "main": "src/server.js",
6
6
  "bin": {
package/public/index.html CHANGED
@@ -258,7 +258,7 @@ sf-dkim ui</div>
258
258
  <li>Salesforce generates a key pair (public + private)</li>
259
259
  <li>Private key stays in Salesforce</li>
260
260
  <li>You publish the public key in DNS as CNAME</li>
261
- <li>Salesforce signs each outgoing email's headers</li>
261
+ <li>Salesforce signs (with private key) each outgoing email's headers</li>
262
262
  <li>Recipient verifies signature against DNS</li>
263
263
  <li>Email passes DKIM ✔</li>
264
264
  </ol>