Ansible Custom Modules
Intro What is a module Where to store modules Inside a Role ...
Intro What is a module Where to store modules Inside a Role ...
Introduction Basic functionality Sample Usage docs/Makefile and docs/make.bat ...
Self-signed certificates Display cert extensions Viewing certificate information Checking server certificate How to create a certificate chain ? ...
Linux Windows 10 iOS 14 Authenticating clients Authenticating clients with nginx ...
Certificate revocation lists Prepare the configuration file Create the CRL Revoke a certificate Server-side use of the CRL ...
Generating root cert Preparation Creating the root key Creating the root certificate ...
For home users there is not much use for running you own Certificate Authority (CA), and with availability of Letsencrypt and the plethora of ACME libraries setting TLS encryption is quite straight forward. ...
Introduction What is Podman? Installation on Alpine Linux Rootful vs Rootless ...
Coordinate with your team The secret is in the last commit and there is nothing else The secret is in the last commit but there are other changes The secret is beyond the last commit ...
List interfaces GUI Capture file rotation stftime codes ...
Introduction Enabling LLDP on Linux Using open-lldp Using lldpd ...
Introduction Configuring associations Setting associations Removing associations Last words ...
Bootstraping Execution order Create a file without external template Creating inventory script Writing ansible modules in sh ...
Prepare EDID blob Modify Kernel command line Update initramfs Reboot Post boot EDID ...
Introduction Origins Why use OpenTofu Using OpenTofu ...
This recipe is for tunneling NFS traffic over SSH. This adds encryption and Public Key authentication to otherwise insecure NFS traffic. For this recipe to work, requires NFSv4. Earlier versions were not tested, but I expect not all the functionality to work. server configuration ...
This is a sequel to my article IPv6 blues. Layout Enabling forwarding Configure networking ...
Rules Simple include/exclude rules Simple include/exclude example Filter rules when deleting Filter rules in depth ...
Some hints and tips foor doing SSL related things: Netcat for SSL This command lets you connect to a SSL server (a-la netcat): cat request.txt | openssl s_client -connect server:443 Creating self-signed certificates This is a single command to generate a self-signed certificate: ...
This article tries to supplement the nginx documentations regarding the auth_request module and how to configure it. In my opinion, that documentation is a bit incomplete. What is the nginx's auth_request module The documentation for this module says, it implements client ...