Skip to content

Commit 6e7f7a2

Browse files
committed
Add dns config help
1 parent 281b019 commit 6e7f7a2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*.sln.docstates
1111
.vscode/
1212
.vscode/**
13+
.idea/
1314

1415
# User-specific files (MonoDevelop/Xamarin Studio)
1516
*.userprefs

kubernetes-setup-dns-cert-https/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ Follow these steps:
6161
* Data: `XXX-XX.azure-dns.com` (remember the note from above)
6262
* TTL: `3600` (an hour)
6363
* Text record should become: `kube 1800 IN NS XXX-XX.azure-dns.com.`
64-
* And another, for letsencrypt
64+
65+
Then,
66+
* Another, for letsencrypt
6567
* Subdomain: `kube` (replace with your choice)
6668
* Type: `CAA`
6769
* Data: `0 issue "letsencrypt.org"` (tells your registrar to allow letsencrypt to create certificates for this sub domain)

0 commit comments

Comments
 (0)