What are the most common client info when accessing website?

I want to know client information when accessing my website as an identifier so I can filter who are deserve to access my website.
So far I only know this useful information from client those are User-Agent and Client Public IP Address.
Wh… Continue reading What are the most common client info when accessing website?

Is a client server model to do root operations without asking for password everytime secure?

I’m writing a python application that will do some operations that will require root privileges. Instead of asking for user password every time i decided to use server client model.
A python script will be executed as root user using pkexe… Continue reading Is a client server model to do root operations without asking for password everytime secure?

Wildcard Certificates and Client Authentication for Machine Authentication

If a wildcard certificate is provisioned for *.domain.fqdn, and has Client Authentication as a defined usage, does this mean the certificate can be used to essentially impersonate any domain machine?
My understanding is that it is up to th… Continue reading Wildcard Certificates and Client Authentication for Machine Authentication