reverted privateKeyEncoding frmat

This commit is contained in:
Andris Reinman 2021-08-30 11:23:20 +03:00
parent 9075fc226d
commit 7671a5e140

View file

@ -32,7 +32,7 @@ class DkimHandler {
format: 'pem'
},
privateKeyEncoding: {
type: 'pkcs8',
type: 'pkcs1',
format: 'pem'
}
});