Giter Club home page Giter Club logo

acme-tiny-automator's Introduction

Hi there ๐Ÿ‘‹

GitHub Streak

acme-tiny-automator's People

Contributors

aloyr avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

acme-tiny-automator's Issues

Add ability to handle SAN

Subject alternative name is important in some use-cases and need to be accounted for in the main program.

As luck would have it, acme-tiny already processes a CSR properly if it has a SAN section, so we need to add the handling of it in the main program.

What I'm thinking is to keep the first parameter as primary domain and use the remaining parameters as SANs.

Provide more Linux-friendly default values in the example configuration.

The examples configuration file can also serve as a defaults file in some cases. FHS and General file organization for Apache and nginx varies considerably between Linux distro families.

It would be nice to have default values that cover other distros as well. Even if these values were commented out, they would still help guide users of other Linux favors.

Use more Linux-friendly file assumptions

As a prototype, this script assumes it lives in the same location as the configuration. It would be more appropriate to assume the script(s) will end up at a folder like "/usr/local/bin" and the configuration file on "/etc/sysconfig" or "/etc/defaults"

Make setup easier

Create a 1-line setup script to help folks get started.

The mechanics should work like one-liner setups used elsewhere, like in the system-Config-files repo, as outlined in its README.md

Handle renewals

The letsencrypt certificate has a fairly short lifespan โ€“ currently three months. It would be nice to have a system in place to automate renewals of these certificates.

Since all certificates created are in one location defined in the Config file, the renewal check routine could just go over the CRT files in there and process renewals automatically.

To keep things simple, the existing script could be extended to cover renewals. The trigger for renewals could be the first and only parameter being "renew".

Ideally, this check would be put on a daily cron.

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.