> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> You can manage security certificates, keystores, encryption keys, and JWKS configurations with the Secrets Management module. You can create and manage security components used in policies and connections through this module.

<Info>
  Secrets Management enables management of certificates, keystores, private keys, and JWKS configurations used for security and encryption in the Apinizer platform. This module provides all the tools needed to create, manage security components used in policies and connections, and perform export/import operations.
</Info>

<Warning>
  Operations in the Secrets Management menu can only be performed by **Admin** user.
</Warning>

## Module Core Components

The Secrets Management module provides centralized management of all components used for security and encryption in the Apinizer platform. With this module:

* Security certificates and keystores are managed
* Encryption keys and JWKS configurations are created
* Configurations are transferred between environments

## Module Components

The Secrets Management module is managed through the following pages:

<CardGroup cols={3}>
  <Card title="Certificates" icon="certificate" href="/en/admin/secrets-management/certificates">
    Definition and management of certificates used in policies and connections. Retrieval via HTTPS/LDAPS connection, import from file, and truststore management.
  </Card>

  <Card title="Keystore Management" icon="key" href="/en/admin/secrets-management/keystore-management">
    Definition and management of keystores used in policies. JKS and PKCS12 format support.
  </Card>

  <Card title="Private Key Management" icon="lock" href="/en/admin/secrets-management/private-key-management">
    Definition and management of keys used in policies. Secret, private, and public key support.
  </Card>

  <Card title="JWKS Configuration" icon="code" href="/en/admin/secrets-management/jwks-configuration">
    JSON Web Key Set configuration and management. JWK creation, retrieval from URL, and conversion operations.
  </Card>

  <Card title="Export Import" icon="arrows-rotate" href="/en/admin/secrets-management/export-import">
    Export/import of API Proxy, global policies, and project configurations. Transfer between environments and configuration management.
  </Card>
</CardGroup>
