mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
78 lines
2.1 KiB
Plaintext
78 lines
2.1 KiB
Plaintext
---
|
||
title: "Overview"
|
||
sidebarTitle: "Overview"
|
||
description: "The open source platform for managing secrets, certificates, and secure infrastructure access."
|
||
---
|
||
|
||
<Card
|
||
title="What is Infisical?"
|
||
href="/documentation/getting-started/introduction"
|
||
>
|
||
Learn what Infisical is and how it can help you manage secrets, certificates,
|
||
and secure access across your infrastructure.
|
||
</Card>
|
||
|
||
## Products
|
||
|
||
<Columns cols="2">
|
||
<Card
|
||
title="Secrets Management"
|
||
href="/documentation/platform/secrets-mgmt/overview"
|
||
>
|
||
Securely store, manage, and control access to sensitive application secrets across your environments.
|
||
|
||
</Card>
|
||
<Card
|
||
title="Secrets Scanning"
|
||
href="/documentation/platform/secret-scanning/overview"
|
||
>
|
||
Automatically detect and alert on hardcoded secrets in source code, CI pipelines, and infrastructure.
|
||
</Card>
|
||
<Card
|
||
title="Infisical PKI"
|
||
href="/documentation/platform/pki/overview"
|
||
>
|
||
Automate the issuance and management of X.509 certificates across your infrastructure using modern protocols like EST.
|
||
</Card>
|
||
<Card
|
||
title="Infisical SSH"
|
||
href="/documentation/platform/ssh/overview"
|
||
>
|
||
Replace static SSH keys with short-lived SSH certificates to simplify access and improve security.
|
||
</Card>
|
||
</Columns>
|
||
|
||
<Columns cols="1">
|
||
<Card
|
||
title="Infisical KMS"
|
||
href="/documentation/platform/kms/overview"
|
||
>
|
||
Encrypt and decrypt sensitive data using a centralized key management system.
|
||
</Card>
|
||
</Columns>
|
||
|
||
## Resources
|
||
|
||
<Columns cols="2">
|
||
<Card
|
||
title="CLI Reference"
|
||
href="/cli/overview"
|
||
>
|
||
Explore Infisical’s command-line interface for managing secrets,
|
||
certificates, and system operations via terminal.
|
||
</Card>
|
||
<Card
|
||
title="API Reference"
|
||
href="/api-reference/overview/introduction"
|
||
>
|
||
Browse Infisical’s API documentation to programmatically interact with
|
||
secrets, access controls, and certificate workflows.
|
||
</Card>
|
||
</Columns>
|
||
<Columns cols="1">
|
||
<Card title="Self-Hosting" href="/self-hosting/overview">
|
||
Learn how to deploy and operate Infisical on your own infrastructure with full
|
||
control and data ownership.
|
||
</Card>
|
||
</Columns>
|