Skip to content

Commit

Permalink
FIX #355 Error Cannot import the following key file: fedlet.pfx. The …
Browse files Browse the repository at this point in the history
…key file may be password protected (#659)
  • Loading branch information
vharseko authored Oct 9, 2023
1 parent e9e67f8 commit 1aea51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ openam-ui/openam-ui-ria/npm-debug.log.*
test-output
.DS_Store
bin/
obj/
*.versionsBackup
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<AssemblyName>Fedlet</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>fedlet.pfx</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
Expand Down

0 comments on commit 1aea51c

Please sign in to comment.