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

How to Add Certbot PPA Ubuntu-Based OSes

April 18, 2018 | By the+gnu+linux+evangelist.

Setting Up

  1. 2. Setting Up Repository

    Then Add Certbot Apt PPA.

    Copy
    sudo add-apt-repository ppa:certbot/certbot

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then Look: Solution.

    But for Ubuntu 20.04+ Instead, simply Enable Universe Repo!
    How to Add Universe Repository on Ubuntu

    Here Enabling Universe Repo Ubuntu
    How to Add Universe Repository on Ubuntu-Based GNU/Linux Systems
  2. 3. Updating Repos

    Finally, Refresh Apt Repositories.

    Copy
    sudo apt update

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

  3. 4. Making Free SSL Certificate

    How to Make Free SSL Certificate on Ubuntu

    Here Making Free SSL Certificate Ubuntu
    How to Make Free SSL Certificate on Ubuntu-Based GNU/Linux Systems

Contents