Converting crt to PEM
Took two steps:
openssl x509 -in input.crt -out input.der -outform DER
openssl x509 -in input.der -inform DER -out output.pem -outform PEM
TL;DR: I am required to use Citrix Workspace and with it – AppProtection and it is blocking my ‘snap’ command. I’ve been using Citrix Workspace version 24.8.0.98 and had a weird issue when running ‘snap’ command: The root cause had to do with the integration between Citrix AppProtection and libX11.so, which blocked running multiple applications….
Today there will be a few different posts. This is a day full of events, so… My first – to allow tsclient to work under Ubuntu 12.04, you should follow this guide: http://superuser.com/a/547102 To sum it up: Get tsclient to your architecture from http://pkgs.org Install it using ‘sudo dpkg –force-depends -i tsclient_0.150-3ubuntu1_amd64.deb’ Edit /var/lib/dpkg/status ,…
As part as my efforts of reducing the management overhead of multiple systems – much like the rest of the world – I am in a long process of migrating all my workload from virtual machines, each dedicated to a single or a small number of related services, to a container-based solutions. While containers are…
I have described in this post how to setup RHCS (Redhat Cluster Suite) for ZFS services, however – this is rather outdated, and would work with RHEL/Centos version 6, but not version 7. RHEL/Centos 7 use Pacemaker as a cluster infrastructure, and it behaves, and configures, entirely differently. This is something I’ve done several times,…
I have had recently the pleasure and challenge of setting up VPN server for mobile devices on top of Linux. the common method to do so would be by using IPSec + L2TP, as these are to more common methods mobile devices allow, and it should work quite fine with other types of clients (although…
There are two topics I would like to describe here, for later reference (by myself, of course. This blog is my extended memory). The first is about how to create a bootable ISO out of RHEL extracted ISO, and the other is about how to download only specific update, or make your own RHEL updates…