Show / Hide Table of Contents
Edit on GitHub

Amplia - Database Key Store

Note

The documentation for this system is currently under construction. We apologize for any inconvenience this may cause. Please contact us if there's any information you need that is not currently documented.

Configuring Amplia to store keys on the database

Unlike other key stores, you don't need to add an entry to the KeyStores configuration section to use the database key store. Instead, it can be enabled on the section Amplia of the configuration file:

  • DatabaseKeyStoreEnabled: set this setting to true to enable the database key store, called Database

You can use the name of the store (Database) to configure the DefaultKeyStore. For instance:

    ...,
    "Amplia": {
        ...,
        "DatabaseKeyStoreEnabled": true,
        "DefaultKeyStore": "Database",
        ...
    },
    ...

See also

  • Amplia - Key Stores
  • Amplia - CAPI Key Stores
  • Amplia - CNG Key Stores
  • Amplia - PKCS #11 key stores
  • Amplia - Azure Key Vault Key Stores
  • Amplia on premises
Back to top Copyright © 2015-2020 Lacuna Software