PowerShell
Install-Module -Name Posh-ACME -Scope CurrentUser
New-PACertificate xxxxx.com -AcceptTOS -Contact xxx@qq.com; Read-Host "Press Enter to exit"
C:\Users\Administrator\AppData\Local\Posh-ACME