You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe try -Force $true . The documentation writes "-Force < Boolean >" so a Boolean must me specified, $true or $false. Just "True" is as string, text.
If it was written as a "Switch" instead of a "Boolean", the parameter could be used just by specifying the parameter -Force.
The documentation here said that Set-ACMEVault would accept the force command. However when I try the following:
Set-ACMEVault -BaseService LetsEncrypt-STAGING -Alias Staging -VaultProfile $VaultProfile -Force
I get the error message:
also other tests with true or 1 caused similar issues:
Set-ACMEVault -BaseService LetsEncrypt-STAGING -Alias Staging -VaultProfile $VaultProfile -Force true
Set-ACMEVault -BaseService LetsEncrypt-STAGING -Alias Staging -VaultProfile $VaultProfile -Force 1
The text was updated successfully, but these errors were encountered: