dkim.KeyFormatError: Unparsable private key: Unexpected tag (got 30, expecting 02) #1037
-
HI, i have installed docker and everything new and doubled checked everything (DNS, FILES, Conf). So i looked at the logs from sl-app. I found something related to dkim:
whats that about? I recreated the DKIM Keys and readded, rebooted and so on but nothing, same Error. Am i missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Okay, THANK YOU. |
Beta Was this translation helpful? Give feedback.
-
So, can't we use openssl 3.X? I'm facing the same issue. am I required to use openssl 1.X? |
Beta Was this translation helpful? Give feedback.
-
You can use the
Newer versions default to |
Beta Was this translation helpful? Give feedback.
-
Thanks
…On 8/4/2022 7:05 PM, André wrote:
You can use the |-traditional| switch like this to create a |PKCS#1| key:
|openssl genrsa -traditional -out privkey.pem 2048 |
Newer versions default to |PKCS#8|
—
Reply to this email directly, view it on GitHub
<#1037 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQWBM5TGWJ5PWZ4E6B3ZRDVXPBL3ANCNFSM5XNFVYPA>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
awesome, i fixed my 502/500 error for registration and resend with that "-traditional" aswell |
Beta Was this translation helpful? Give feedback.
Okay,
i had openSSL 3.x on Ubuntu 22.x
i used locally OpenSSL 1.x and now DKIM Keys where accepted. Everything is working fine.
THANK YOU.