[sigmaris.info] #

Recent Posts

Make certbot Let’s Encrypt certificates readable by Debian ssl-cert group

published on
On Debian, there’s a group named ssl-cert which grants access to TLS certificates and private keys, so that services that don’t run as the root user can still use TLS certificates. For example, the PostgreSQL Debian package installs PostgreSQL to run as a user named postgres, which is a member of the ssl-cert group, and so it can use certificates and private keys in /etc/ssl. The certbot Let’s Encrypt client, by default, makes the certificates and private keys it installs only readable by the root user. Read More...

Encoding DNS URI records for DNSMASQ

published on
Dnsmasq can be configured to add various types of records like SRV, PTR, and NAPTR to its internal DNS server by various directives in its configuration file. But what if there’s a less common type of DNS record that you want to serve, which dnsmasq doesn’t have a specific configuration directive to handle? Handily, dnsmasq also supports serving arbitrary DNS resource records using the dns-rr option. However you have to supply the binary value of the response encoded in hexadecimal. Read More...

A handy reference list of GSS-API mechanism OIDs

published on
This is more for my own reference, but might be useful for others. 1.2.840.113554.1.2.2 – Kerberos v5 – RFC 1964 1.2.840.48018.1.2.2 – Kerberos V5 (incorrect, used by old Windows versions) 1.3.6.1.5.5.2 – SPNEGO – RFC 4178 1.3.6.1.5.2.5 – IAKERB – draft-ietf-kitten-iakerb-03 1.3.6.1.4.1.311.2.2.10 – NTLM SSP – Heimdal:lib/gssapi/oid.txt 1.3.6.1.5.5.14 – SCRAM-SHA-1 – RFC 5802 1.3.6.1.5.5.18 – SCRAM-SHA-256 – RFC 7677 1.3.6.1.5.5.15.1.1.* – GSS-EAP (arc) – RFC 7055 1.3.6.1.5.2.7 – PKU2U – draft-zhu-pku2u-09 Read More...

Categories

Development (7)

Linux (4)

MAC (8)

Nds (3)

Rust (1)

Smartcard (2)

Uncategorized (4)

Tags

address-book (2) aws (1) bluetooth (2) dd-wrt (1) emitsms (1) encryption (2) firewall (1) homebrew (1) ipv6 (1) mac (2) nds (1) opensc (2) security (2) smartcard (2) stmu (1)