Giter Club home page Giter Club logo

tnewporg's Introduction

CircleCI

New deployment notes

You currently have:

  • A remote host
  • With docker installed
  • With SSH access as root
  • SSH key pair (can be re-created using make new_key):
    • TDN_DEPLOY_PUBLIC_KEY - public key used for deployments
    • TDN_DEPLOY_PRIVATE_KEY - private key used for deployments

First we need to give the deploy user access via ssh - being able to ssh in as root is BAD.

make remote_setup_user

If this succeeds, the deploy user is now set up and ready! Test it using:

➜ echo "$TDN_DEPLOY_PRIVATE_KEY" > deploy/id_rsa
➜ ssh -i deploy/id_rsa [email protected] sudo whoami
root

We can still log in as root. This is bad.

make remote_secure_ssh

Nice. We now have a fairly securely set up remote host which we can access via ssh.

SSL certificate notes

The SSL certificate needs updating once every 90 days. It is originally created using this command as root:

certbot certonly \
  --dns-digitalocean \
  --dns-digitalocean-credentials ~/.do-api.ini \
  -d "*.tnewp.org" \
  -d "*.tdn.sh" \
  -d "tnewp.org" \
  -d "tdn.sh"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.