Tag: 100daystooffload

Cheatsheet: acme.sh DNS mode

Here's a compilation of useful commands that use a DNS-01 challenge to issue a certificate using acme.sh client. Issue a certificate using an automatic DNS API mode with GoDaddy: acme.sh --issue --dns gnd_gd --domain example.com Issue a wildcard certificate (denoted by an aste…

A story about NFC on my ThinkPad T470

A day before I have been experimenting with the GnuPG keycard and found out it is working well with the smart card reader on my trusty T470. The card I have ordered comes with the Mifare DESFire EV1 compatible RFID/NFC chip inside. Very plainly, NFC is the RFID with encrypted com…

GnuPG security token has arrived

I have started learning more about the GnuPG security tokens fairly recently in the post about GitHub automatic commit signing. Links in that post provide for some great read too, go check it out if you are interested. GnuPG security token is a device that stores the keys on the …

Nginx on Arch using Ansible pt.3

See also part 1 and part 2. Digging deeper after successfully made use of the template for the nginx.conf.j2 in the previous post I tried to utilize the virtual hosts template accessible in vhosts.j2 by copying the template and referencing it locally (the thing same I did with wi…

Nginx on Arch using Ansible pt.2

This is an update to the post I made a week earlier. Issue got no reaction whatsoever on GitHub so far. For short, The original issue described the fact, that running the associated Ansible Galaxy role would fail on every subsequent run on Arch based systems, because of the dupli…