You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Enabling SSL when for NMIS an OMK on Apache

The process of enabling SSL has variations depending on your requirements, your setup, your company policy and how you are using the servers (internal or external use).  We recommend you do your research on the subject to understand the various options.

The subjects below discuss  a demonstrate possible possible methods or options for each piece of the puzzle for enabling SSL. 

At a minimum you will need the right SSL certificates for your needs and then enable apache to provide SSL using those certificates.  There are then further things you may want or need to do such as redirecting any HTTP connections to HTTPS, redirecting clients to a consistent servername (matching the SSL certificate), allowing internal server to server API connections to not use SSL etc.

The only part below which is specific to Opmantek is the parts of the vhost configurations used to access the OMK web services and rediret uses to consistent URLs.  All other configurations are generic to SSL certificates or Apache configuration for SSL and as such much further information is available from other sources.

Changing the opmantek apache vhost configurations to use SSL

Obtaining and Installing SSL Certificates

Redirecting connections to HTTPS URL by changing the vhost configurations

Avoiding using SSL for server to server API connections

Other useful Sources

 

  • No labels