kerberos centos 7 Kerberos setup on centos 7 Installing Kerberos on Redhat 7 This installation is going to require 2 servers one acts as kerberos KDC server and the other machine is going to be client. Lets assume the FQDN's are (here cw.com is the domain name, make a note of the domain name here): Kerberos KDC Server: kdc.cw.com Ker... Read more 9th Mar 2019
ubuntu kubernetes Kubernetes setup on ubuntu 16.04 Master: Install dependencies apt update && apt upgrade -y curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - cat < /etc/apt/sources.list.d/kubernetes.list deb http://apt.kubernetes.io/ kubernetes-xenial main EOF apt-get update apt install linux-image-extra-virtual c... Read more 6th Mar 2019
ubuntu let's encrypt nginx Nginx let's encrypt with A+ SSL on ubuntu There are two modes when you don't want Certbot to edit your configuration: Standalone: replaces the webserver to respond to ACME challenges Webroot: needs your webserver to serve challenges from a known folder. Webroot is better because it doesn't need to replace Nginx (to bind to port... Read more 6th Mar 2019