OpenBSD Solutions Blog

Posts
61-68

  • Let's Encrypt: Certbot with httpd on OpenBSD 6.4

    @nabbisen

    Intro Let’s Encrypt is “a free, automated, and open Certificate Authority”. Certbot is “an easy-to-use automatic client that fetches and deploys SSL/TLS certificates for your web server”, well known as “the official Let’s Encrypt client”. ...

    Read
  • PHP-FPM 7.2 on OpenBSD 6.4

    @nabbisen

    Summary PHP-FPM, PHP FastCGI Process Manager, is a part of PHP package in OpenBSD packages nowadays. So installing PHP (php-7. ...

    Read
  • Time Zone management on OpenBSD 6.4

    @nabbisen

    Summary This post is about how to check and configure the timezone in OpenBSD. Environment OS: OpenBSD 6.4 amd64 ✿ ✿ ✿ Tutorial Step 1: Check the timezone Let’s check the current timezone with date command: ...

    Read
  • php72_fpm on OpenBSD 6.4 doesn't work by default: How to fix

    @nabbisen

    Summary In OpenBSD, installing PHP by pkg_add (of ports) is followed by installing php-fpm automatically. (It’s nice 😃) However, it doesn’t work as daemon out of the box now in case of PHP 7. ...

    Read
  • rcctl: How to debug on OpenBSD 6.4

    @nabbisen

    Summary This post is about a single option around OpenBSD’s rcctl, utility to “configure and control daemons and services”. ...

    Read
  • OpenBSD ftpd 6.4: FTP server

    @nabbisen

    Summary OpenBSD has its own FTP server called ftpd. It’s sufficient to transfer files among hosts in a simple and secure way. ...

    Read
  • OpenBSD httpd 6.3: Web server

    @nabbisen

    Intro OpenBSD has its own web server called “httpd”. Backgrounds It’s possible on OpenBSD to install Nginx and Apache (called “apache-httpd”). ...

    Read
  • PostgreSQL 10 on OpenBSD 6.3: Install

    @nabbisen

    This post shows how to install PostgreSQL on OpenBSD and set it up. ✿ ✿ ✿ Environment OS: OpenBSD 6.3 DB: PostgreSQL 10. ...

    Read