Because eDirectory passwords are not obfuscated in system memory during the installation or upgrade, we recommend not leaving a server unattended during installation, upgrade, or configuration.
You can use SSH (secure shell) to access the system to perform an installation. However, only authorized users can access the installation.
OES uses Apache as web server for services such as UMC, iManager, and MFA. The HSTS (HTTP Strict Transport Security) response header must be added to the virtual host configuration to enforce HTTPS.
To enable HSTS, perform the following steps:
In the terminal window, open the file /etc/apache2/vhosts.d/vhost-ssl.conf.
In <VirtualHost _default_:443> block, add HSTS header line.
Example 17-1 Sample HSTS header to enforce HTTPS for two years
Restart Apache using systemctl restart apache2 command.
For more information, see Apache Documentation.