Skip to content

Commit

Permalink
docs: fixed DNSPod example code (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbolger committed Jun 20, 2024
1 parent fe83e6b commit 7209c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Plugins/DNSPod.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There is also a `DNSPodApiRoot` optional parameter that defaults to the API root
```powershell
$pArgs = @{
DNSPodKeyID = '111'
DNSPodToken = (Read-Host 'Enter Token' -AsSecureString)
DNSPodKeyToken = (Read-Host 'Enter Token' -AsSecureString)
}
New-PACertificate example.com -Plugin DNSPod -PluginArgs $pArgs
```

0 comments on commit 7209c3a

Please sign in to comment.