docs: format emojis for the lines to be modified (#320)

This commit is contained in:
kurokobo 2024-03-18 00:32:00 +09:00 committed by GitHub
parent 2cc2501ad4
commit 67ebb51523
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 150 additions and 150 deletions

View file

@ -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

View file

@ -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