adjust cert vars

This commit is contained in:
Pete Matsyburka
2024-09-13 22:37:11 +03:00
committed by Oleksandr Turchyn
parent 99ad6e36ac
commit 53bef85a63
+4
View File
@@ -111,6 +111,8 @@ module Accounts
data
else
return Docuseal.default_pkcs if Docuseal::CERTS.present?
EncryptedConfig.find_by(account:, key: EncryptedConfig::ESIGN_CERTS_KEY)&.value ||
EncryptedConfig.find_by(key: EncryptedConfig::ESIGN_CERTS_KEY).value
end
@@ -143,6 +145,8 @@ module Accounts
value = EncryptedConfig.find_by(account:, key: EncryptedConfig::ESIGN_CERTS_KEY)&.value || {}
Docuseal::CERTS.merge(value)
elsif Docuseal::CERTS.present?
Docuseal::CERTS
else
EncryptedConfig.find_by(key: EncryptedConfig::ESIGN_CERTS_KEY)&.value || {}
end