Coder Social home page Coder Social logo

bigacme's Introduction

bigacme

Build Status codecov

An ACME client for F5 Big-IP.

It can be used to get certificates from a ACME compatible CA, and auto-renew them before they expire. This can reduce the administrative burden of SSL.

Prerequisites

  • F5 Big-IP, version 11 or higher
  • A server with access to both the Big-IP and the CA

How it works

You manually create a CSR on the Big-IP and then tells bigacme to turn it into a certificate. Bigacme does so by configuring the Big-IP to answer the challenges from the CA. When it's time to renew the certficiate, bigacme repeats the process.

See more detailed information in the docs folder.

bigacme's People

Contributors

magnuswatn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

aracloud vidarno

bigacme's Issues

Add list

"bigacme list" to see all the certificates.

acme.jose no longer exists

[magnusw@server1]$` bigacme test
Traceback (most recent call last):
  File "/opt/bigacme/venvs/5/bin/bigacme", line 11, in <module>
    load_entry_point('bigacme==0.6.6', 'console_scripts', 'bigacme')()
  File "/opt/bigacme/venvs/5/lib/python2.7/site-packages/pkg_resources/__init__.py", line 572, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/opt/bigacme/venvs/5/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2755, in load_entry_point
    return ep.load()
  File "/opt/bigacme/venvs/5/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2408, in load
    return self.resolve()
  File "/opt/bigacme/venvs/5/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2414, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/opt/bigacme/venvs/5/lib/python2.7/site-packages/bigacme/main.py", line 15, in <module>
    from . import ca
  File "/opt/bigacme/venvs/5/lib/python2.7/site-packages/bigacme/ca.py", line 8, in <module>
    from acme import jose
ImportError: cannot import name jose

Switch to josepy, ref certbot/certbot#5203

Python3!

bigsuds now supports Python 3, so no reason to use Python 2 anymore.

Add --debug

Add flag to print debug logging to standard out, so that it's easier to debug without turning on full debug logging to the log.log.

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.