Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Enabling SSL

...

for NMIS

...

and 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 discuss and 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 which are used to access the OMK web services and rediret uses users 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.

...

Redirecting connections to HTTPS URL by changing the vhost configurations

Redirecting connections to FQDN and HTTPS URL by changing the - apache vhost configurations

Avoiding using SSL for server to server API connections

...