Purplecarrot
Home
Containers
Development
Linux
Links icon
GitHub QuickRef
About
  • Verifying TLS certificates in Python

    Dec 3, 2015 · 1 min read · Python Security
    Verifying TLS certificates in Python

    All too often people I see Python code using the requests module to query an API that just bypass TLS verification (i.e it sets verify=False in the requests function calls). On RedHat Linux and derivatives, you can simply set this to verify=/etc/pki/tls/certs/ca-bundle.crt and your Python code will then automatically …

    Read More
  • OpenSSL Command Line Quick Reference

    Apr 24, 2014 · 2 min read · Linux oneliners Security
    OpenSSL Command Line Quick Reference

    Is there anybody in the IT industry that wasn't doing something with openssl in April? I don't use the openssl command line utility that often, but last week it reminded me that openssl command line tool is pretty comprehensive and has some nice features. I thought on this occasion I'd record the most useful ones so …

    Read More

Featured Posts

  • Getting Along with the OpenShift Machine Config Operator
  • Breaking into your OpenShift Cluster
  • Does Alpine resolve DNS properly?
  • Practical Tekton

Recent Posts

  • Getting Along with the OpenShift Machine Config Operator
  • Breaking into your OpenShift Cluster
  • Does Alpine resolve DNS properly?

Categories

DEVELOPMENT 14 LINUX 14 CONTAINERS 4 MISC 3

Tags

LINUX 17 PYTHON 10 DEVELOPMENT 3 GIT 3 GNOME 3 KUBERNETES 3 ONELINERS 3 OPENSHIFT 3 HARDWARE 2 OPENSTACK 2 SECURITY 2 BASH 1 INDEX 1 ONELINER 1
All Tags
BASH1 DEVELOPMENT3 GIT3 GNOME3 HARDWARE2 INDEX1 KUBERNETES3 LINUX17 ONELINER1 ONELINERS3 OPENSHIFT3 OPENSTACK2 PIPELINES1 PYTHON10 REGEX1 SECURITY2 SUBVERSION1 TEKTON1
[A~Z][0~9]
Purplecarrot

©purplecarrot.co.uk