<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kumiko: Blog</title>
    <link>https://blog.kumiko.se/</link>
    <description>Recent content on Kumiko: Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 20 Apr 2021 11:21:00 +0200</lastBuildDate><atom:link href="https://blog.kumiko.se/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Check Point CLI Administration Cheat Sheet</title>
      <link>https://blog.kumiko.se/blog/2021/04/check-point-cli-administration-cheat-sheet.html</link>
      <pubDate>Tue, 20 Apr 2021 11:21:00 +0200</pubDate>
      
      <guid>https://blog.kumiko.se/blog/2021/04/check-point-cli-administration-cheat-sheet.html</guid>
      <description>Activate Check Point CLI shell from expert mode Run clish from expert mode. This only works if you logged into expert mode directly via SSH. It doesn&amp;rsquo;t work if you first logged into clish and then switched to expert mode.
Works: expert -&amp;gt; clish Does not work: clish -&amp;gt; expert -&amp;gt; clish
In the latter case, just exit from expert mode to get back to the clish environment.
Schedule a recurring task via cron Given that Check Point Gaia is running Linux, it&amp;rsquo;s running a normal cron scheduler like any other Linux distribution.</description>
    </item>
    
    <item>
      <title>Create a certificate bundle</title>
      <link>https://blog.kumiko.se/blog/2021/03/create-a-certificate-bundle.html</link>
      <pubDate>Sat, 20 Mar 2021 19:56:00 +0100</pubDate>
      
      <guid>https://blog.kumiko.se/blog/2021/03/create-a-certificate-bundle.html</guid>
      <description>This post mainly serves as a reminder for myself&amp;hellip;
When using certificates with web servers, like nginx or apache, it&amp;rsquo;s recommended to publish the entire certificate chain, since else tools like Google Chrome or curl will complain about invalid certificates, even if you bought or used Let&amp;rsquo;s Encrypt to get your certificate.
To remediate this, you need to create a bundle which consists of your certificate, the certificate used to sign your certificate (Usually called the intermediate CA) and the certificate used to sign the intermediate certificate (Usually called the root CA), which in turn should already be present on your machine if you&amp;rsquo;re using a previously trusted vendor, like Let&amp;rsquo;s Encrypt.</description>
    </item>
    
    <item>
      <title>Gitlab Asking for Password on Centos 8 or Stream</title>
      <link>https://blog.kumiko.se/blog/2021/03/gitlab-asking-for-password-on-centos-8-or-stream.html</link>
      <pubDate>Fri, 19 Mar 2021 12:22:16 +0100</pubDate>
      
      <guid>https://blog.kumiko.se/blog/2021/03/gitlab-asking-for-password-on-centos-8-or-stream.html</guid>
      <description>If you&amp;rsquo;re like me and have recently setup a Gitlab server running on CentOS 8 or CentOS Stream for your Git-needs, then you might have ran into the issue were Gitlab is asking you for the Git users password when pushing your code for the first time.
This could be caused by SELinux being incorrectly configured for the SSH authorized keys file created by Gitlab.
To test this, first disable SELinux by running sudo setenforce 0.</description>
    </item>
    
  </channel>
</rss>
