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 df8cb1c commit 617be62Copy full SHA for 617be62
docs/reference/cli/commands.md
@@ -163,7 +163,7 @@ az keyvault key create --name MyKey --vault-name MyKeyVault --curve P-384
163
mcp-publisher login dns azure-key-vault --domain=example.com --vault MyKeyVault --key MyKey
164
165
# Copy the "Expected proof record" and add the TXT record
166
-# example.com. IN TXT "v=MCPv1; k=ecdsa0384; p=PUBLIC_KEY"
+# example.com. IN TXT "v=MCPv1; k=ecdsap384; p=PUBLIC_KEY"
167
168
# Re-run the login command
169
0 commit comments