You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Loxone English
Does anyone know if I can get the private key off the miniserver? Messaged loxone but heard nothing.. trying to auth and want to check that the RSA encryption im doing of the IV and Key is actually correct as the padding stops me comparing..
Know its a long shot but thought I'd try!
David Wallis
unread,
May 28, 2019, 6:05:12 AM5/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Loxone English
FWIW I fixed this once I realised that the crypto provider in C# doesn't read in PEM format.. Also that the response needs to be "begin public key" not "begin certificate" so with the help of the bouncycastle library I got a bit closer to having working integration from c#.. just need to sort out the tokens now.