I am using Alfresco 7.0.x Enterprise version.
I know for storing a content, there are other content store types and encrypted content store
.
https://docs.alfresco.com/content-services/7.0/admin/content-stores/#encrypted-content-store
How can I identify if a content is using encrypted content store
?
I think there might be a alfresco database storing the file store paths and corresponding symmetric keys. Can I search that database for a certain type of content store? What might be the steps?
Thanks.
You can search on properties file
alfresco-global.properties
if it contain property :filecontentstore.subsystem.name=encryptedContentStore
Or using JMX Console like JConsole search for :
JMX MBeans > Alfresco > Configuration > ContentStore > managed > encrypted > Attributes