summaryrefslogtreecommitdiffstats
path: root/server/src/IOL.GreatOffice.Api.csproj
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-07-10 22:22:41 +0200
committerivarlovlie <git@ivarlovlie.no>2022-07-10 22:22:41 +0200
commit1bc2e0578356a3482c827d85eb44bf86c2895a4b (patch)
tree840d791c50b1cd867a44e7b0ca1423dd0931210e /server/src/IOL.GreatOffice.Api.csproj
parent79a0c629b7d7d187ac04ad4069adfe8aa927cac3 (diff)
downloadgreatoffice-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.csproj11
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>