Skip to content

swarmcity/SwarmCityCerts

Repository files navigation

Swarm City

Build Status

Swarm City Certs

Introduction

The certs repo automates the process of obtaining the SSL certificates, the certificates ensure the communication from the site to the API is secure. We are obtaining the SSL from ‘Let’s Encrypt’ via CertBot. https://letsencrypt.org/

Install dependencies

  • git

    Install git commandline tool.

  • docker

    Install docker. The community edition (docker-ce) will work. In Linux make sure you grant permissions to the current user to use docker by adding current user to docker group, sudo usermod -aG docker $USER. Once you update the users group, exit from the current terminal and open a new one to make effect.

  • docker-compose

    Install docker-compose

Note:- Make sure you can run git, docker ps, docker-compose without any issue and without sudo command.

About

Automates the process of obtaining the SSL certificates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages