We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281b019 commit 6e7f7a2Copy full SHA for 6e7f7a2
.gitignore
@@ -10,6 +10,7 @@
10
*.sln.docstates
11
.vscode/
12
.vscode/**
13
+.idea/
14
15
# User-specific files (MonoDevelop/Xamarin Studio)
16
*.userprefs
kubernetes-setup-dns-cert-https/readme.md
@@ -61,7 +61,9 @@ Follow these steps:
61
* Data: `XXX-XX.azure-dns.com` (remember the note from above)
62
* TTL: `3600` (an hour)
63
* Text record should become: `kube 1800 IN NS XXX-XX.azure-dns.com.`
64
-* And another, for letsencrypt
+
65
+Then,
66
+* Another, for letsencrypt
67
* Subdomain: `kube` (replace with your choice)
68
* Type: `CAA`
69
* Data: `0 issue "letsencrypt.org"` (tells your registrar to allow letsencrypt to create certificates for this sub domain)
0 commit comments