Posts61-68
Let's Encrypt: Certbot with httpd on OpenBSD 6.4
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”. ...
ReadPHP-FPM 7.2 on OpenBSD 6.4
Summary PHP-FPM, PHP FastCGI Process Manager, is a part of PHP package in OpenBSD packages nowadays. So installing PHP (php-7. ...
ReadTime Zone management on OpenBSD 6.4
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: ...
Readphp72_fpm on OpenBSD 6.4 doesn't work by default: How to fix
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. ...
Readrcctl: How to debug on OpenBSD 6.4
Summary This post is about a single option around OpenBSD’s rcctl, utility to “configure and control daemons and services”. ...
ReadOpenBSD ftpd 6.4: FTP server
Summary OpenBSD has its own FTP server called ftpd. It’s sufficient to transfer files among hosts in a simple and secure way. ...
ReadOpenBSD httpd 6.3: Web server
Intro OpenBSD has its own web server called “httpd”. Backgrounds It’s possible on OpenBSD to install Nginx and Apache (called “apache-httpd”). ...
ReadPostgreSQL 10 on OpenBSD 6.3: Install
This post shows how to install PostgreSQL on OpenBSD and set it up. ✿ ✿ ✿ Environment OS: OpenBSD 6.3 DB: PostgreSQL 10. ...
Read