That's the first report of the sort, but I might know how to get this fixed quickly. The alpha version le64-028a.zip has now been updated at Releases · do-know/Crypt-LE · GitHub - give it a go and see if the problem goes away,
I used the le64-28a.exe and the “can’t locate utf8_heavy.pl” error is gone. I now get a new error:
“Incorrect parameters - need account key file name specified.”
Isn’t the name simply account.key? The file account.key is in the same directory alongside le64-28a.exe, and mydomain.key.
I tried moving the account.key and mydomain.key files to the desktop and seeing if they’d get created automatically and it didn’t work. Same error message, and no files created in that folder.
Hmm…
Your example looks a lot different from the example on the usage page. what is .\LETSECRYPT_ACCOUNTKEY_PRIVATE.PEM ?
There is no mention of a .pem file.
There are also no leading – (double-dash) in your script.
As far as I can tell it looks a lot different, and there is not much I can glean from your example.
My syntax looks different than yours, but much closer to the usage example that was given, so I can’t see what the issue is.
If you see something in my syntax, can you tell me what you see?
The link you provide for certifytheweb seems to address IIS servers, not Apache. All the other links to your articles refer to IIS as well.
My post indicates that I’m running Apache.
I have read the documentation provided on the usage page, and the other pages, and as you see, my script closely matches the script provided on the usage page. This script is not working, and I’ve provided the error messages that came in, in hopes that someone may be able to spot an error in syntax, or some such.
Your assumption that I wish for an outcome is correct. Your assumption about my skill level is not.
Apparently you have spotted an error in syntax. Perhaps you can share that knowledge with me.
The name can be anything as long as it follows --key parameter. The error saying that account key needs to be specified would indicate that it was not provided like that. There is of course a slim chance that something might be odd with the command interpreter in your environment or locale settings leading to some bizarre case of not parsing the parameters or not being able to decode them. Just in case I would suggest to check the locale settings. If that looks normal, I guess I might need to spin some AWS instance with Win 2012 to see if that is reproducible.
I bailed on the windows client. Tried the perl module (le.pl) and almost immediate success.
There was an error that my challenge directory was unwritable. But it turns out I had misspelt my .well-known directory as .wellknown. I fixed that, and voila.
I did not use the openssl string to create my keys first. the --generate-missing command did it for me.
The OpenSSL created a file named: amcen_domain.key
The le64 complained "need account key file name specified"
The le64 command called –key amcen_account.key
Does that file exist? If not, review my steps again, as you need to create both keys.
Glad that le.pl worked for you. I haven’t seen any similar reports regarding Windows build before, but I might check whether that is reproducible in my tests anyway. Some Windows configurations might indeed be quite surprising