Skip to content
Snippets Groups Projects
Commit 19e9eb48 authored by nimrod's avatar nimrod
Browse files

- Add post about no blogging as often.

parent 5bc85f8c
Branches
Tags v1.0.0
No related merge requests found
Why I don't write on my blog often?
###################################
:date: 2015-11-10
:summary: Why I don't write on my blog often
I often criticize myself on not blogging more often. The process goes like this:
I'm doing something mildly interesting and I say to myself 'This is mildly
interesting, maybe someone else will find this mildly interesting.'. But
9 out of 10 times, what ever I'm doing has some code (when I say code I usually
mean an Ansible playbook, a shell script or something similar) accompanying.
Instead of a lengthy blog post, I publish a git repo. The repo has a README
file, the code is documented, there's a Makefile or fabfile, you can clone and
fork the repo. It's almost always better than a blog post.
But now I have many repositories and just a few blog posts. What I'm going to do
from now on is I'll publish the git repo, but add a short post announcing the
repo.
ssl-ca
------
I'm announcing ssl-ca, a tool to generate a certificate authority, keys and
signed certificates. The main use case is an internal network (like a
development or staging environment, but not just) where you control all nodes.
For that goal, it's as close to a real CA as needed and somewhat secure. There's
no OCSP or CRL, the certs serial is random, but the default hash, bit length and
algorithms are modern and secure. You can get it at: https://www.shore.co.il/cgit/ssl-ca/about/.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment