Ahhh, solved. It was the \r \n formatting in the key.
Got it working now
$keyPem = (Get-Content -Raw $PrivKeyPath) -replace "`r`n","`n"
Got it working now
$keyPem = (Get-Content -Raw $PrivKeyPath) -replace "`r`n","`n"
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Monviech (Cedrik) on July 22, 2025, 10:50:25 AMhttps://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2014q3/008804.html
This was where any RIO discussion seemed to have ended in a non implementation of it.