Maksim Sholomov

Results 8 comments of Maksim Sholomov

I'm sorry, I missed this line when copying. OK, now full verbose output: ``` VERBOSE: Updating directory info from https://acme-v02.api.letsencrypt.org/directory DEBUG: Requesting nonce from https://acme-v02.api.letsencrypt.org/acme/new-nonce DEBUG: Saving PAServer to disk...

No, the config is located by default in the user's home directory. I guess the problem is with running the `ConvertTo-SecureString` module inside Posh-ACME. If I pass an API token...

No, the config is located by default in the user's home directory. Now I run the script as a domain administrator and it works fine Why local administrator rights are...

@rmbolger thank you for guess. I tested it and it didn't lead me to a sad result, everything works fine :) @webprofusion-chrisc thank you for your interest. I have a...

@rmbolger following your last advice I get this ```powershell rm -r C:\Users\local-admin\AppData\Local\Posh-ACME\ Import-Module Posh-ACME -Force Set-PAServer LE_STAGE Please review the Terms of Service here: https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf $newCert = New-PACertificate $DnsName -AcceptTOS...

Now I'm testing it on a non-domain server and I don't get an error, but I still get a value request for the token ```powershell cmdlet Add-DnsTxt at command pipeline...

I get prompt only in LE_STAGE environment, if I enable LE_PROD, everything works fine

After a series of experiments , I can draw several conclusions On a non-domain computer, if you run Posh-ACME by connecting via SSH as a local administrator, then nothing works....