added infomaniak authenticator#307
added infomaniak authenticator#307JonasAlfredsson merged 1 commit intoJonasAlfredsson:masterfrom bcrickboom:infomaniak-authenticator
Conversation
|
Hi bcrickboom, Thanks for the PR. I see no issue merging this, but I don't find any info why the key size needs to be 4096? Is this still true of elliptic curve (the default) is requested instead? |
|
Hi Jonas, Thanks for your reactivity! The Benoit |
|
Yeah, I can see that they use 4096 in their examples, but they never mention that it is required. Why I ask is because this image use ECDSA instead of RSA by default, and then the RSA_KEY_SIZE doesn't matter because it is not used. So stating that this value is required seems weird :O |
|
Apologies, I was to quick on this. Thanks again! |
Hi Jonas,
I've added the Infomaniak Authenticator and tested it.
Everything works well as soon as the
RSA_KEY_SIZEenv var is set to4096.Thanks for this awesome Docker image!