This corrects issues you might have with various VPN Clients having discrepancies with MTU size between WSL and the Windows Host.
Create a file /usr/local/sbin/mtu and add the following:
#!/bin/bash
ip link set dev eth0 mtu 1400
| <# | |
| .NOTES | |
| =========================================================================== | |
| Created by: Marc Collins ([email protected]) | |
| Organization: Qlik Professional Services | |
| Filename: Convert-PemtoX509.ps1 | |
| =========================================================================== | |
| .DESCRIPTION | |
| Converts PEM files to X509 Certificates | |
| Can be used with QlikClient.pems |