Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit b6ed30e

Browse files
committed
fix typos
1 parent 2d4c552 commit b6ed30e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

guides/ssl-certificates/cloudDNS.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ namespace:
7676
```console
7777
kubectl -n cert-manager create secret generic \
7878
clouddns-dns01-solver-svc-acct --from-file=./key.json
79+
```
80+
81+
If successful, you'll see a response similar to:
7982

80-
# If successful, you'll see the following message:
83+
```console
8184
secret/clouddns-dns01-solver-svc-acct created
8285
```
8386

@@ -205,8 +208,8 @@ There are additional steps to make sure that your hostname and Dev URLs work.
205208

206209
1. Set the **Resource Record Type** to **A**
207210

208-
1. Copy and paste the IP address from the **service/ingress-nginx\*** line in
209-
your terminal to the `IPv4 Address` field
211+
1. Copy and paste the IP address from the **service/ingress-nginx** line in your
212+
terminal to the `IPv4 Address` field
210213

211214
1. Click **Create**
212215

0 commit comments

Comments
 (0)