Skip to content

Commit

Permalink
fix(docs): wrong variable name and adjust path in windows signing gui…
Browse files Browse the repository at this point in the history
…de (#1591)
  • Loading branch information
Phippe authored Oct 4, 2023
1 parent cd68988 commit 6dde9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/distribution/sign-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ We now need to import our `.pfx` file.

1. Assign your export password to a variable using `$WINDOWS_PFX_PASSWORD = 'MYPASSWORD'`

2. Now Import the certificate using `Import-PfxCertificate -FilePath Certs/certificate.pfx -CertStoreLocation Cert:\CurrentUser\My -Password (ConvertTo-SecureString -String $env:WINDOWS_PFX_PASSWORD -Force -AsPlainText)`
2. Now Import the certificate using `Import-PfxCertificate -FilePath certificate.pfx -CertStoreLocation Cert:\CurrentUser\My -Password (ConvertTo-SecureString -String $WINDOWS_PFX_PASSWORD -Force -AsPlainText)`

### C. Prepare Variables

Expand Down

0 comments on commit 6dde9ee

Please sign in to comment.