The HMAC key is present as a binary property of /etc/key in the repository. You can download it separately by pressing the view link next to it:
Enabling Encapsulation Token support in AEM
Replicating the HMAC key
- Point your browser to http://serveraddress:port/system/console/configMgr
- Look for an entry called Day CRX Token Authentication Handler and click it.
- In the following window, tick the Enable encapsulated token support box and press Save.
Enabling CRXDE Lite in AEM
In order to ensure that AEM installations are as secure as possible, the security checklist recommends disabling WebDAV in production environments.
However, CRXDE Lite depends on the org.apache.sling.jcr.davex bundle to function properly, so disabling WebDAV will effectively disable CRXDE Lite as well.
When this happens, browsing to http://serveraddress:4502/crx/de/index.jsp will display an empty root node, and all HTTP requests to CRXDE Lite resources will fail:
1. 404 Resource at '/crx/server/crx.default/jcr:root/.1.json' not found: No resource found
While this recommendation is intended to reduce attack surfaces as much as possible, system administrators might sometimes need access to CRXDE Lite in order to browse content or debug issues on production instances.
If disabled, you can turn CRXDE Lite on by following the below procedure:
You can also enable CRXDE Lite via cURL, by running this command:
1
| curl -u admin:admin -F "jcr:primaryType=sling:OsgiConfig" -F "alias=/crx/server" -F "dav.create-absolute-uri=true" -F "dav.create-absolute-uri@TypeHint=Boolean" http: //localhost :4502 /apps/system/config/org .apache.sling.jcr.davex.impl.servlets.SlingDavExServlet |
Subscribe to:
Posts (Atom)