Added support for PKCS#8 encrypted private keys.

This commit is contained in:
Ylian Saint-Hilaire
2021-08-20 12:03:52 -07:00
parent 24b456e4fd
commit e47e050149
3 changed files with 36 additions and 11 deletions

View File

@@ -10,6 +10,7 @@
"_LANonly": true,
"_sessionKey": "MyReallySecretPassword1",
"_sessionSameSite": "strict",
"_certificatePrivateKeyPassword": [ "password1", "password2" ],
"_dbEncryptKey": "MyReallySecretPassword2",
"_dbRecordsEncryptKey": "MyReallySecretPassword",
"_dbRecordsDecryptKey": "MyReallySecretPassword",