From d278307a8132cbd1d51df5e4630e48558c7da685 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Fri, 6 Jan 2023 14:19:14 -0700 Subject: [PATCH] Durp. --- core/user_property.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/user_property.js b/core/user_property.js index d32d0adf..d173b0a4 100644 --- a/core/user_property.js +++ b/core/user_property.js @@ -67,6 +67,6 @@ module.exports = { AuthFactor2OTPSecret: 'auth_factor2_otp_secret', // Secret used in conjunction with OTP 2FA AuthFactor2OTPBackupCodes: 'auth_factor2_otp_backup', // JSON array of backup codes - PublicKeyMain: 'public_key_main_rsa_2048', // RSA public key for user - PrivateKeyMain: 'private_key_main_rsa_2048', // RSA private key (corresponding to PublicKeyMain) + PublicKeyMain: 'public_key_main_rsa_pem', // RSA public key for user + PrivateKeyMain: 'private_key_main_rsa_pem', // RSA private key (corresponding to PublicKeyMain) };