mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
reverted privateKeyEncoding frmat
This commit is contained in:
parent
9075fc226d
commit
7671a5e140
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class DkimHandler {
|
|||
format: 'pem'
|
||||
},
|
||||
privateKeyEncoding: {
|
||||
type: 'pkcs8',
|
||||
type: 'pkcs1',
|
||||
format: 'pem'
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue