mmtune
Results
2
comments of
mmtune
eturnal doesn't work on windows. You can't add tls or credential to the yaml file. it won't start. full stop.
share secret doesn't work. $username = "1735686000" # For credentials valid until 2025-01-01. $secret = "secretuser" # As specified in your eturnal.yml. $sha = [System.Security.Cryptography.KeyedHashAlgorithm]::Create("HMACSHA1") $sha.Key = [System.Text.Encoding]::UTF8.Getbytes($secret) $password =...