Git Product home page Git Product logo

ansible-role-freebsd-acme-client's Introduction

ansible-freebsd-acme-client

Introduction

This role installs acme-client on FreeBSD and configure a list of certificates to be generated and kept up to date using periodic.

It's by default meant to be used with nginx, but any web server works as well, provided you do the configuration yourself.

Variables

See defaults/main.yml for the default values of each.

acme_client_domains

This variable is used to list the domains you want to get certificates for.

acme_client_use_internal_http_server

If true, the role will use python as an HTTP server when creating the key and certificate the first time.

Set it to false if you already have a HTTP server serving path /.well-known/acme-challenge/ on port 80 for your domains.

acme_client_deploy_script

Contains the script that is executed after the renew script is called.

Example

acme_client_domains:
  - domain: example.com
    aliases: ns1.example.com ns2.example.com ftp.example.com www.example.com
  - domain: example.net
    aliases: jambon.example.net truite.example.net poulet.example.net
acme_client_use_internal_http_server: yes
acme_client_deploy_script: |
    #!/bin/sh
     
    set -e
     
    /usr/sbin/service my_service_using_the_certs reload

Dependencies

None.

Licence

BSD

Author

Erwan Martin

ansible-role-freebsd-acme-client's People

Contributors

zewaren avatar

Watchers

 avatar  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.