diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-07-10 22:22:41 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-07-10 22:22:41 +0200 |
| commit | 1bc2e0578356a3482c827d85eb44bf86c2895a4b (patch) | |
| tree | 840d791c50b1cd867a44e7b0ca1423dd0931210e /server/src/IOL.GreatOffice.Api.csproj | |
| parent | 79a0c629b7d7d187ac04ad4069adfe8aa927cac3 (diff) | |
| download | greatoffice-1bc2e0578356a3482c827d85eb44bf86c2895a4b.tar.xz greatoffice-1bc2e0578356a3482c827d85eb44bf86c2895a4b.zip | |
feat: Encrypt data protection data with a cert
Diffstat (limited to 'server/src/IOL.GreatOffice.Api.csproj')
| -rw-r--r-- | server/src/IOL.GreatOffice.Api.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/server/src/IOL.GreatOffice.Api.csproj b/server/src/IOL.GreatOffice.Api.csproj index 4ba9db3..3264d70 100644 --- a/server/src/IOL.GreatOffice.Api.csproj +++ b/server/src/IOL.GreatOffice.Api.csproj @@ -57,4 +57,15 @@ <ItemGroup> <Folder Include="wwwroot" /> </ItemGroup> + + <ItemGroup> + <None Remove="2022.crt" /> + <Resource Include="2022.crt"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Resource> + <None Remove="2022.pfx" /> + <Resource Include="2022.pfx"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Resource> + </ItemGroup> </Project> |
