- Documentation Revamp
- https://poshac.me/docs is a new dedicated website for Posh-ACME documentation. Existing guides and tutorials have been migrated there from the Github wiki. The site is currently generated using the Markdown files in the
docs
folder in the main project repository by MkDocs. So it should now be easier to contribute fixes and updates. - The native module help is now also generated by platyPS from the Markdown files in
docs/Functions
. Get-Help <function name> -Online
should now open your browser to the appropriate page on the documentation site.
- https://poshac.me/docs is a new dedicated website for Posh-ACME documentation. Existing guides and tutorials have been migrated there from the Github wiki. The site is currently generated using the Markdown files in the
- The DeSEC plugin has new
DSCToken
andDSCTTL
params to avoid conflicts with the DNSimple plugin. The oldDSToken
,DSTokenInsecure
, andDSTTL
parameters have been deprecated. - "Insecure" plugin parameter sets which include secrets, tokens, or passwords using a standard String instead of a SecureString or PSCredential have been deprecated across all plugins that had them.
- Deprecated means that they will continue to work in Posh-ACME 4.x, but will stop working when 5.0 is released.
- If you are currently using a deprecated parameter set, please migrate to a secure one when convenient.
- See your plugin's usage guide for more information.
- For help finding deprecated parameters in your config, see this guide
- The following plugins have added new "Secure" parameter sets:
- BlueCat
- Cloudflare
- DOcean
- Dreamhost
- Dynu
- EasyDNS
- GoDaddy
- NameCom
- Zonomi
- A
Plugin
property has been added to the output objects returned byGet-PAPlugin <Plugin> -Params