mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2026-03-22 11:07:08 +11:00
docs: format emojis for the lines to be modified (#320)
This commit is contained in:
parent
2cc2501ad4
commit
67ebb51523
20 changed files with 150 additions and 150 deletions
|
|
@ -59,18 +59,18 @@ cert-manager-webhook-6668fbb57d-r9dmj 1/1 Running 0 21h
|
|||
|
||||
To use **DNS-01** challenge with **Azure DNS** with **Service Principal**, the following information is required.
|
||||
|
||||
- **Client ID**
|
||||
- [Azure Active Directory] > [App registrations] > Your Application > [Application ID]
|
||||
- **Client Secret**
|
||||
- [Azure Active Directory] > [App registrations] > Your Application > [Certificates & secrets] > [Client secrets] > [Value]
|
||||
- **Subscription ID**
|
||||
- [DNS zones] > Your Zone > [Subscription ID]
|
||||
- **Tenant ID**
|
||||
- [Azure Active Directory] > [Properties] > [Tenant ID]
|
||||
- `DNS zones` > Your Zone > `Subscription ID`
|
||||
- **Name of Resource Group**
|
||||
- [DNS zones] > Your Zone > [Resource group]
|
||||
- `DNS zones` > Your Zone > `Resource group`
|
||||
- **Name of DNS Zone**
|
||||
- [DNS zones] > Your Zone
|
||||
- `DNS zones` > Your Zone
|
||||
- **Tenant ID**
|
||||
- `Microsoft Entra ID` > `Properties` > `Tenant ID`
|
||||
- **Client ID**
|
||||
- `Microsoft Entra ID` > `App registrations` > Your Application > `Application (client) ID`
|
||||
- **Client Secret**
|
||||
- `Microsoft Entra ID` > `App registrations` > Your Application > `Certificates & secrets` > `Client secrets` > `Value`
|
||||
|
||||
Then modify required fields in `acme/issuer.yaml`.
|
||||
|
||||
|
|
@ -88,12 +88,12 @@ spec:
|
|||
solvers:
|
||||
- dns01:
|
||||
azureDNS:
|
||||
clientID: 00000000-0000-0000-0000-000000000000 👈👈👈
|
||||
environment: AzurePublicCloud
|
||||
subscriptionID: 00000000-0000-0000-0000-000000000000 👈👈👈
|
||||
tenantID: 00000000-0000-0000-0000-000000000000 👈👈👈
|
||||
resourceGroupName: example-rg 👈👈👈
|
||||
hostedZoneName: example.com 👈👈👈
|
||||
environment: AzurePublicCloud
|
||||
tenantID: 00000000-0000-0000-0000-000000000000 👈👈👈
|
||||
clientID: 00000000-0000-0000-0000-000000000000 👈👈👈
|
||||
clientSecretSecretRef:
|
||||
name: azuredns-config
|
||||
key: client-secret
|
||||
|
|
|
|||
|
|
@ -20,12 +20,12 @@ spec:
|
|||
solvers:
|
||||
- dns01:
|
||||
azureDNS:
|
||||
clientID: 00000000-0000-0000-0000-000000000000
|
||||
environment: AzurePublicCloud
|
||||
subscriptionID: 00000000-0000-0000-0000-000000000000
|
||||
tenantID: 00000000-0000-0000-0000-000000000000
|
||||
resourceGroupName: example-rg
|
||||
hostedZoneName: example.com
|
||||
environment: AzurePublicCloud
|
||||
tenantID: 00000000-0000-0000-0000-000000000000
|
||||
clientID: 00000000-0000-0000-0000-000000000000
|
||||
clientSecretSecretRef:
|
||||
name: azuredns-config
|
||||
key: client-secret
|
||||
|
|
|
|||
Loading…
Reference in a new issue