Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
blog
Commits
19e9eb48
Commit
19e9eb48
authored
9 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Add post about no blogging as often.
parent
5bc85f8c
Branches
Branches containing commit
Tags
v1.0.0
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/why-no-blogging.rst
+27
-0
27 additions, 0 deletions
content/why-no-blogging.rst
with
27 additions
and
0 deletions
content/why-no-blogging.rst
0 → 100644
+
27
−
0
View file @
19e9eb48
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/.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment