Skip to content

Commit

Permalink
Enable Synchronic SAM SE key store by default on installation
Browse files Browse the repository at this point in the history
Add Synchronic SAM SE to README
  • Loading branch information
Maxhy committed Apr 2, 2024
1 parent 7598f31 commit 4630e60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions KeyManager.Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ComponentGroupRef Id="NXP_SAMPluginDependenciesComponents" />
</Feature>
<Feature Id="AdditionalPluginsFeature" Title="!(loc.AdditionalPlugins)" Description="!(loc.AdditionalPluginsDescr)" Level="1">
<Feature Id="SAM_SEFeature" Title="!(loc.SAM_SEFeature)" Description="!(loc.SAM_SEFeatureDescr)" Level="2" AllowAbsent="yes">
<Feature Id="SAM_SEFeature" Title="!(loc.SAM_SEFeature)" Description="!(loc.SAM_SEFeatureDescr)" Level="1" AllowAbsent="yes">
<ComponentGroupRef Id="SAM_SEPluginComponents" />
<ComponentGroupRef Id="SAM_SEPluginDependenciesComponents" />
</Feature>
Expand All @@ -39,7 +39,7 @@
<ComponentGroupRef Id="LCPPluginResourcesFR" />
<ComponentGroupRef Id="NXP_SAMPluginResourcesFR" />
</Feature>
<Feature Id="SAM_SEFeatureFrench" Title="!(loc.SAM_SEFrenchFeature)" Description="!(loc.SAM_SEFrenchFeatureDescr)" Level="2" AllowAbsent="yes">
<Feature Id="SAM_SEFeatureFrench" Title="!(loc.SAM_SEFrenchFeature)" Description="!(loc.SAM_SEFrenchFeatureDescr)" Level="1" AllowAbsent="yes">
<ComponentGroupRef Id="SAM_SEPluginResourcesFR" />
</Feature>
</Feature>
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Leosac Key Manager is a standalone application to generate, manage and re-deploy

## Key Store
- Local Key Store
- NXP:tm: SAM AV2 / AV3 Key Store
- NXP :tm: SAM AV2 / AV3 Key Store
- HSM PKCS#11 Key Store
- Leosac Credential Provisioning Server Key Store
- ISLOG:tm: SAM Manager template Key Store (read only)
- ISLOG :tm: SAM Manager template Key Store (read only)
- Synchronic SAM SE Key Store

## Key Generation
- Random
Expand Down

0 comments on commit 4630e60

Please sign in to comment.