Showing posts with label web. Show all posts
Showing posts with label web. Show all posts

Certbot Cert Only Let's Encrypt SSL for Manual Setup

The automated installation of Certbot works well with a clean VPS server. However, the trouble begins whenever the pre-owned setup is complex (unsupported cPanel). The SSL certificate is not only lim…

Basic offline mode service worker on GitHub Pages

The given example is with reference from https://googlechrome.github.io/samples/service-worker/basic/. This is a simple guide to get start with service worker for your GitHub profile page. What does…