How To Use the Selectel DNS Plugin¶
This plugin works against the Selectel provider. It is assumed that you have already setup an account and delegated the domain you will be working against.
Setup¶
If you haven't done it already, generate API key and record it for later.
Using the Plugin¶
The API Key is used with the SelectelAdminToken
SecureString parameter.
Warning
The SelectelAdminTokenInsecure
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 = @{
SelectelAdminToken = (Read-Host 'API key' -AsSecureString)
}
New-PACertificate example.com -Plugin Selectel -PluginArgs $pArgs