How To Use the Domain Offensive DNS Plugin¶
This plugin works against the Domain Offensive DNS provider. It is assumed that you have already setup an account and created the DNS zone(s) you will be working against.
Setup¶
We need to retrieve an secret API token for the account that will be used to update DNS records. Further information can be found at the (german) developer docs.
Using the Plugin¶
Your personal API token is specified using the DomOffToken
SecureString parameter.
Warning
The DomOffTokenInsecure
parameter is deprecated and will be removed in the next major module version. If you are using it, please migrate to the Secure parameter set.
$pArgs = @{
DomOffToken = (Read-Host -Prompt "Token" -AsSecureString)
}
New-PACertificate example.com -Plugin DomainOffensive -PluginArgs $pArgs