Code Monkey home page Code Monkey logo

lets-use-ssl's Introduction

Let's Use SSL

Use numerous Let's Encrypt certificates and have them all in one place.

If you have a few dozens of SSL certificates scattered over dozens of servers, this Ansible role can help you. This is how SSL certificates are managed at Skyeng and you can use this method as well. With this role you can easily manage large number of short-termed SSL certificates without an army of Certbots. Details are here (in Russian).

The only requirement is to have DNS at AWS Route53. However this can easily be changed in favour of your favorite DNS provider.

Just describe all SSL certificates you need in vars subdirectory, one in a file like this:

foo.example.com:
  alt_names:
    - bar.example.com
      baz.example.com

run one playbook and that's all. Run this playbook from time to time. And use the certificates from this store whenever and wherever you need them. They are guaranteed to be fresh.

More info on how to describe the certificates.

Example Playbook

- hosts: localhost
  gather_facts: no
    roles:
      - lets-use-ssl

Author Information

This role was written in 2019-2020 by Igor Plekhov.

The original place of this repo is at https://github.com/igmp/lets-use-ssl.

lets-use-ssl's People

Contributors

igmp avatar

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.