SamLowryMOI
SamLowryMOI
It happens on a standard Windows 10 Home. And it's very annoying. Therefore, it should be prioritized. I don't know how exactly and why the ACLs are set like this....
This is the assignment of rights for a newly installed Certbot with newly created certificates for a domain. ``` Item Inherits Item's Directory Directory inherits ---- -------- ---------------- ------------------ C:\Certbot\...
I think it's about the same issue. > Therefore, after a reboot, no user can access the files, only the NT-AUTHORITY\SYSTEM and BUILTIN\Administrators accounts. The solution is relatively simple: >...
It is important that the scripts work, especially with wildcard certificates, to automate the creation (and deletion) of TXT records.
My cmd and also my PowerShell codepage is 850. And it's hard to change that. Please refer [https://stackoverflow.com/questions/57131654/using-utf-8-encoding-chcp-65001-in-command-prompt-windows-powershell-window](https://stackoverflow.com/questions/57131654/using-utf-8-encoding-chcp-65001-in-command-prompt-windows-powershell-window). Maybe this helps.
I think I found a solution for the encoding problem. certbot/certbot/certbot/compat/misc.py > [...] > try: > from pywintypes import error as pywinerror > **from ctypes import windll** > [...] >...
In the new version 1.25.0 the hook scripts work on Windows. There are still character set errors, e.g. if you output German umlauts in the script, but the scripts run...
Yes, the problem still exists, but I have a hint. I installed certbot on windows via python and pip instead of using the installer. I don't know if the error...
> looks like an issue with the GAC I don't think so, the GAC is the same for all programmes, isn't it? I compared which Powershell 5.1 assemblies are loaded...
@andschwa This explains why the terminal loads the additional dlls, but not why the error occurs. Loading a dll and using it are different things, aren't they? If it is...