mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
addressed requested changes
This commit is contained in:
@@ -122,7 +122,7 @@ Infisical currently only supports two methods for connecting to Azure, which are
|
||||

|
||||
|
||||
<Tip>
|
||||
Keep in mind that you'll need the both the certificate & private key in order to configure the Azure Client Secrets connection within Infisical.
|
||||
Keep in mind that both the certificate and its private key are required to configure the Azure Client Secrets connection in Infisical.
|
||||
</Tip>
|
||||
</Step>
|
||||
</Steps>
|
||||
@@ -168,7 +168,7 @@ Infisical currently only supports two methods for connecting to Azure, which are
|
||||
</Tab>
|
||||
<Tab title="Certificate">
|
||||
<Step title="Create Connection">
|
||||
Fill in the **Tenant ID**, **Client ID**, **Certificate**, and **Private Key** fields with the Directory (Tenant) ID, Application (Client) ID, Certificate and Private Key you obtained in the [previous step](#certificate-authentication).
|
||||
Fill in the **Tenant ID**, **Client ID**, **Certificate (PEM format)**, and **Private Key** fields with the Directory (Tenant) ID, Application (Client) ID, Certificate and Private Key you obtained in the [previous step](#certificate-authentication).
|
||||
|
||||
<Tip>
|
||||
The private key is never transmitted to Azure, and it is only used to sign the client assertion used to authenticate with Azure.
|
||||
|
||||
Reference in New Issue
Block a user