Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 633 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 633 Bytes

devops-certifyme

Get DevOps certified now! Like, RIGHT NOW!

We were joking around during HangOps on Nov 7 about setting up a website where people could get DevOps certified, much like were were all certified at DevOpsDays Belgium. Just threw together a quick script to allow you to do just that. Could obviously stick this on a website somewhere as a CGI.

Requirements

You will need reportlab to generate the PDF.

pip install -r requirements.txt

Usage

./gendocert.py "Dave Mangot"

substitute your own username! Should generate you a PDF suitable for printing.

Enjoy.