$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Enable Apache SSL on Linux Ubuntu 14.10 Utopic Easy Guide

October 3, 2014 | By the+gnu+linux+evangelist.

Enabling Apache 2 SSL for Ubuntu 14.10 Utopic

How to Enable SSL Connection Port 443 for Ubuntu 14.10 Utopic Unicorn Linux.

The Procedure Described here is the Easiest one to Quick Start with Apache SSl on a Development Environment

Inside the Guide to Enabling SSL Apache Connection Ubuntu you will find Link to How to Generate and SetUp a Valid SSL Signed Certificate for FREE on Ubuntu Server/Desktop.

Enable SSL Apache Ubuntu 14.10 Utopic - Featured
  1. Login into Server Shell.

    Or Open a Command Line Terminal Window
    (Press “Enter” to Execute Commands).

    Ctrl+Alt+T

    Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Enabling Apache SSL.

    sudo a2enmod ssl
    sudo a2ensite default-ssl
    sudo service apache2 reload
  3. Review the Apache Default SSL Configuration for localhost.

    cat /etc/apache2/sites-available/default-ssl.conf

    How to Generate a Free SSL Signed Certificate

    Create SSL Signed Certificate for FREE
  4. After you can Test Access the Domain over SSL.

    For a Server (Example):

    https://101.102.103.104

    For a desktop:

    https://localhost