Skip to content

Instantly share code, notes, and snippets.

@omkar0001
Last active December 14, 2019 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omkar0001/e49b4be6c4c558579876982e509bb5a1 to your computer and use it in GitHub Desktop.
Save omkar0001/e49b4be6c4c558579876982e509bb5a1 to your computer and use it in GitHub Desktop.

Pre-requisites

To change any style of an element on the home page

Edit the home page

  • Go to the pages in wordpress.
  • Click on edit with elementor button.
  • Then edit with elementor UI panel!!

Renew certificates

  • Access the machine on AWS. Ask Samridhi for website.pem file.

    ssh -i website.pem ubuntu@wehitched.com
    
  • Install certbot

    wget https://dl.eff.org/certbot-auto && chmod a+x certbot-auto
    
  • Generate certs

    ./certbot-auto certonly --webroot -w /opt/bitnami/apps/wordpress/htdocs/ -d wehitched.com -d www.wehitched.com
    
  • Restart the server.

    sudo /opt/bitnami/ctlscript.sh restart apache
    
  • To know more about setting up the certs, refer to this https://www.onepagezen.com/free-ssl-certificate-wordpress-google-cloud-bitnami/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment