Installing OpenIAM
Deploying Options
OpenIAM provides several deployment options for both on-premise and native cloud deployments. Below, we provide more details on two most widespread deployment types. Use the links below and follow the guide to deploy the product.
Type of Deployment | Description |
---|---|
RPM | Deploy OpenIAM on either RHEL / CentOS using a RPM |
Docker Swarm | Deploy OpenIAM using Docker Swarm. OpenIAM Docker deployments can be performed on Ubuntu / RHEL and CentOS. |
Configuring SMTP
Next, SMTP configuring will come in handy for proper informing and communications. It can be done as follows:
mail.host=smtp.office365.commail.port=587mail.inbox.folder.name=INBOXmail.imap.port=993mail.imap.ssl.enable=trueincoming.mail.host=outlook.office365.com#ssl partmail.smtp.socketFactory.port=465mail.smtp.socketFactory.class=mail.smtp.socketFactory.fallback=falsemail.smtp.starttls.enable=truemail.smtp.auth=truemail.host=smtp.office365.commail.port=587
After, select template for o365, since already contains required paramenters. More on e-mail configuration can be found in Mailbox Configuration section.
SSL Cetificates
Another step for secure deployment is enablind an HTTPS in your installation. I can be done for both Docker and RPM installations.
Type | Description |
---|---|
RPM | |
Docker | Helps configuring HTTPS on Docker |