M.A.
M.A.
Hi, On windows, an error occurs in mitmproxy2swagger.py line 63 because yaml.load(f) does not like the backslash in the f string (the input parameter -o) https://github.com/alufers/mitmproxy2swagger/blob/fd382ed94d23ca9eea6eda55d7f39c85a1f885e5/mitmproxy2swagger/mitmproxy2swagger.py#L62 `mitmproxy2swagger -i "D:\Downloads\flows" -o...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Exit Code 1, 2,10...
https://github.com/J0F3/PowerShell/blob/71ad3619a08a58cf770fe23f7cfe55b309ac0d53/Request-Certificate.ps1#L424 Change the line 424 to: `[System.IO.File]::WriteAllBytes($pfxPath, $certbytes)` Reason: At Least in Powershell 7 the parameter Encoding Byte is not Available as parameter of Set-Content. Use the System.IO.File Class directly....
https://github.com/J0F3/PowerShell/blob/71ad3619a08a58cf770fe23f7cfe55b309ac0d53/Request-Certificate.ps1#L366 in order to get the newest CA (in case of a CA which is older but alphabetically before the new CA) change this line (366) to: ``` if($CAs.Count -ge...